mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Linter
synced 2024-11-14 11:15:44 +00:00
e957883fba
* eslint-config-wikimedia: 0.14.3 → 0.15.0 * grunt-eslint: 21.0.0 → 22.0.0 Additional changes: * Removing manual reportUnusedDisableDirectives for eslint. Change-Id: I5c7c448c66f5c89d4d541c39b70c618f4e9b2903
14 lines
238 B
JSON
14 lines
238 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.15.0",
|
|
"grunt": "1.0.4",
|
|
"grunt-banana-checker": "0.8.1",
|
|
"grunt-eslint": "22.0.0",
|
|
"grunt-jsonlint": "1.1.0"
|
|
}
|
|
}
|