mediawiki-extensions-CodeEd.../package.json
libraryupgrader ce93e424a5 build: Updating stylelint-config-wikimedia to 0.11.1
The following rules are failing and were disabled:
* declaration-property-unit-disallowed-list

Change-Id: I7ceb0021cec89d3c1fa58e21325bedfecb7ddf0f
2021-09-04 18:51:00 +00:00

23 lines
532 B
JSON

{
"name": "codeeditor",
"version": "0.0.0",
"private": true,
"description": "Build tools for the CodeEditor extension.",
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"ace-builds": "1.4.12",
"eslint-config-wikimedia": "0.20.0",
"grunt": "1.4.0",
"grunt-banana-checker": "0.9.0",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-eslint": "23.0.0",
"grunt-exec": "3.0.0",
"grunt-stylelint": "0.16.0",
"postcss-less": "1.1.3",
"stylelint-config-wikimedia": "0.11.1"
}
}