mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TextExtracts
synced 2024-11-24 00:04:35 +00:00
5147e2f616
* eslint-config-wikimedia: 0.16.2 → 0.17.0 * grunt: 1.2.1 → 1.3.0 Change-Id: Ic91f179c1a2f2b638d265e0c09cc35c4b36bec31
16 lines
246 B
JSON
16 lines
246 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.17.0",
|
|
"grunt": "1.3.0",
|
|
"grunt-banana-checker": "0.9.0",
|
|
"grunt-eslint": "23.0.0"
|
|
},
|
|
"eslintIgnore": [
|
|
"vendor/**"
|
|
]
|
|
}
|