summaryrefslogtreecommitdiffstats
path: root/js/.jshintrc
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-23 00:44:27 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-23 00:44:27 +0200
commita0b6fad1ada52457c2c5022fcb7685c1fff16abb (patch)
treef3d89fcbb203dfa9b5ea2f92213567abf13bb813 /js/.jshintrc
parent7bcdc3d062996918c8cb59bf827a3db3229b8544 (diff)
add most of the settings except import
Diffstat (limited to 'js/.jshintrc')
-rw-r--r--js/.jshintrc12
1 files changed, 8 insertions, 4 deletions
diff --git a/js/.jshintrc b/js/.jshintrc
index cd85aa807..1138c1c93 100644
--- a/js/.jshintrc
+++ b/js/.jshintrc
@@ -1,6 +1,6 @@
{
"esnext": true,
- "bitwise": false,
+ "bitwise": true,
"camelcase": true,
"curly": true,
"eqeqeq": true,
@@ -14,7 +14,7 @@
"nonew": true,
"plusplus": true,
"quotmark": "single",
- "undef": false,
+ "undef": true,
"unused": true,
"strict": true,
"maxparams": false,
@@ -33,11 +33,15 @@
"protractor": true,
"browser": true,
"By": true,
- "jasmine": true,
"it": true,
+ "afterEach": true,
+ "jasmine": true,
"describe": true,
"beforeEach": true,
"expect": true,
- "exports": true
+ "exports": true,
+ "reverse": true,
+ "items": true,
+ "enumerate": true
}
}