mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TextExtracts
synced 2024-11-27 17:40:16 +00:00
6f3840db35
Use of all: '.' in Gruntfile.js for eslint config and eslintIgnore in package.json to ignore linting the "vendor/" directory. Change-Id: Ic8489351b8de6b7e31a95a55420db1f772f8d535
17 lines
295 B
JSON
17 lines
295 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.5.0",
|
|
"grunt": "1.0.1",
|
|
"grunt-banana-checker": "0.6.0",
|
|
"grunt-eslint": "20.0.0",
|
|
"grunt-jsonlint": "1.1.0"
|
|
},
|
|
"eslintIgnore": [
|
|
"vendor/**"
|
|
]
|
|
}
|