UI initial implementation.
[validation.git] / ui / src / main / webapp / .eslintrc
diff --git a/ui/src/main/webapp/.eslintrc b/ui/src/main/webapp/.eslintrc
new file mode 100644 (file)
index 0000000..53fe50e
--- /dev/null
@@ -0,0 +1,9 @@
+{
+  "globals": {
+    "angular": 1,
+    "console": 1,
+    "confirm":1,
+    "localStorage":1,
+    "window":1
+  }
+}
\ No newline at end of file