mediawiki-extensions-SpamBl.../package.json
Ed Sanders dc2caad941 build: Replace jshint with eslint
Bug: T210365
Change-Id: Ia5c2cfa722963d03a06f4c1799be5012229b1637
2018-11-30 21:14:16 +00:00

17 lines
348 B
JSON

{
"name": "spamblacklist",
"version": "0.0.0",
"private": true,
"description": "Build tools for the SpamBlacklist extension.",
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"eslint-config-wikimedia": "0.9.0",
"grunt": "1.0.3",
"grunt-banana-checker": "0.6.0",
"grunt-eslint": "21.0.0",
"grunt-jsonlint": "1.1.0"
}
}