summaryrefslogtreecommitdiff
path: root/frontend/.jshintrc
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/.jshintrc')
-rw-r--r--frontend/.jshintrc12
1 files changed, 12 insertions, 0 deletions
diff --git a/frontend/.jshintrc b/frontend/.jshintrc
new file mode 100644
index 0000000..f4b366d
--- /dev/null
+++ b/frontend/.jshintrc
@@ -0,0 +1,12 @@
+{
+ "globals": {
+ "angular": true,
+ "require": true
+ },
+ "unused": "vars",
+ "strict": true,
+ "globalstrict": true,
+ "undef": true,
+ "browser": true,
+ "devel": true
+}