summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Loach <robloach@gmail.com>2014-12-19 00:55:58 -0500
committerRob Loach <robloach@gmail.com>2014-12-19 00:55:58 -0500
commit88f0fe1824cd981a27ee8c0ce17f80766b4c74e1 (patch)
treea1daf7ebf6b15d41dd348950b41bbc0bf17bd505
parent23dc820de091b31f1e58d752a46c364409b3511f (diff)
downloadjquery-once-88f0fe1824cd981a27ee8c0ce17f80766b4c74e1.zip
jquery-once-88f0fe1824cd981a27ee8c0ce17f80766b4c74e1.tar.gz
jquery-once-88f0fe1824cd981a27ee8c0ce17f80766b4c74e1.tar.bz2
Update ESLint
-rw-r--r--.eslintrc22
-rw-r--r--package.json4
2 files changed, 2 insertions, 24 deletions
diff --git a/.eslintrc b/.eslintrc
index db66730..8a50e85 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -6,27 +6,5 @@
},
"globals": {
"jQuery": true
- },
- "rules": {
- "eqeqeq": [2, "smart"],
- "guard-for-in": 2,
- "no-mixed-spaces-and-tabs": 2,
- "no-trailing-spaces": 2,
- "no-undef": 2,
- "no-unused-vars": [2, {"vars": "local", "args": "none"}],
- "strict": 2,
- "new-cap": 2,
- "quotes": 2,
- "camelcase": 2,
- "no-underscore-dangle": 2,
- "no-new": 2,
- "no-alert": 2,
- "no-caller": 2,
- "no-use-before-define": 2,
- "consistent-return": 2,
- "no-constant-condition": 2,
- "no-extra-strict": 2,
- "strict": 2,
- "valid-typeof": 2
}
}
diff --git a/package.json b/package.json
index 905c6be..adf2094 100644
--- a/package.json
+++ b/package.json
@@ -50,7 +50,7 @@
"jquery": "*"
},
"devDependencies": {
- "eslint": "~0.9.2",
+ "eslint": "~0.11.0-alpha.0",
"grunt": "~0.4.5",
"grunt-contrib-qunit": "~0.5.2",
"projectz": "~0.3.15",
@@ -64,4 +64,4 @@
"release": "./node_modules/.bin/uglifyjs jquery.once.js -o jquery.once.min.js --comments --source-map jquery.once.min.js.map --mangle",
"jsdoc": "jsdoc jquery.once.js README.md"
}
-} \ No newline at end of file
+}