aboutsummaryrefslogtreecommitdiffstats
path: root/.jshintrc
diff options
context:
space:
mode:
authorOleg Gaidarenko <markelog@gmail.com>2016-05-10 12:06:37 +0300
committerOleg Gaidarenko <markelog@gmail.com>2016-06-11 10:39:51 +0300
commitf80ae67c53c0a4bfc95741ed39d7f9e498eaf02b (patch)
tree0499a584312648dabec36e3803b0ed5354146def /.jshintrc
parent019c8f1f41de8696b2b90c43648fe339efdb6a02 (diff)
downloadjquery-f80ae67c53c0a4bfc95741ed39d7f9e498eaf02b.tar.gz
jquery-f80ae67c53c0a4bfc95741ed39d7f9e498eaf02b.zip
Build: Switch from jscs+jshint to eslint
Diffstat (limited to '.jshintrc')
-rw-r--r--.jshintrc14
1 files changed, 0 insertions, 14 deletions
diff --git a/.jshintrc b/.jshintrc
deleted file mode 100644
index 1445c7b18..000000000
--- a/.jshintrc
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "boss": true,
- "curly": true,
- "eqeqeq": true,
- "eqnull": true,
- "expr": true,
- "immed": true,
- "noarg": true,
- "quotmark": "double",
- "undef": true,
- "unused": true,
-
- "node": true
-}