diff options
author | Rob Loach <robloach@gmail.com> | 2014-12-19 00:55:58 -0500 |
---|---|---|
committer | Rob Loach <robloach@gmail.com> | 2014-12-19 00:55:58 -0500 |
commit | 88f0fe1824cd981a27ee8c0ce17f80766b4c74e1 (patch) | |
tree | a1daf7ebf6b15d41dd348950b41bbc0bf17bd505 | |
parent | 23dc820de091b31f1e58d752a46c364409b3511f (diff) | |
download | jquery-once-88f0fe1824cd981a27ee8c0ce17f80766b4c74e1.zip jquery-once-88f0fe1824cd981a27ee8c0ce17f80766b4c74e1.tar.gz jquery-once-88f0fe1824cd981a27ee8c0ce17f80766b4c74e1.tar.bz2 |
Update ESLint
-rw-r--r-- | .eslintrc | 22 | ||||
-rw-r--r-- | package.json | 4 |
2 files changed, 2 insertions, 24 deletions
@@ -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 +} |