summaryrefslogtreecommitdiffstats
path: root/js/.jshintrc
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-15 13:45:05 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-15 13:45:05 +0200
commit3bd4247065e808d54089cf7eebb9be5588742265 (patch)
tree8d987a93a4a656ba351494e144b3651987c90ffd /js/.jshintrc
parentdcbe710cf2bfad7d722e7232958a1c35e2991334 (diff)
remove jshint because jslint is the same but stricter
Diffstat (limited to 'js/.jshintrc')
-rw-r--r--js/.jshintrc19
1 files changed, 0 insertions, 19 deletions
diff --git a/js/.jshintrc b/js/.jshintrc
deleted file mode 100644
index e84a806d5..000000000
--- a/js/.jshintrc
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "globals": {
- "console": true,
- "jQuery": true,
- "$": true,
- "angular": true,
- "OC": true,
- "app": true,
- "protractor": true,
- "describe": true,
- "beforeEach": true,
- "module": true,
- "browser": true,
- "expect": true,
- "By": true,
- "it": true,
- "inject": true
- }
-} \ No newline at end of file