Remove unnecessary configuration from .eslint.rc (#308)
* Remove unnecessary rule customization from .eslintrc.json * Remove qunit and jquery configuratio from .eslint.rc QUnit and jQuery are not used in this package, and having them in the configuration has no effect.
This commit is contained in:
@@ -3,16 +3,10 @@
|
|||||||
"env": {
|
"env": {
|
||||||
"es6": true,
|
"es6": true,
|
||||||
"browser": true,
|
"browser": true,
|
||||||
"jquery": true,
|
|
||||||
"qunit": true,
|
|
||||||
"node": true,
|
"node": true,
|
||||||
"mocha": true
|
"mocha": true
|
||||||
},
|
},
|
||||||
"globals": {
|
"globals": {
|
||||||
"require": false
|
"require": false
|
||||||
},
|
|
||||||
"rules": {
|
|
||||||
"dot-notation": 0,
|
|
||||||
"wrap-iife": 0
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user