mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
7d802bf04c
In addition to upgrding our Stylelint packages, this patch also introduces the @stylistic/stylelint-plugin to preserve a number of rules that were completely removed in v16. It also migrates the code for the custom plugin introduced in bug 1838298 to ES Modules. Differential Revision: https://phabricator.services.mozilla.com/D224250
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"name": "mozilla-central",
|
|
"description": "This package file is for node modules used in mozilla-central",
|
|
"repository": {},
|
|
"license": "MPL-2.0",
|
|
"devDependencies": {
|
|
"@microsoft/eslint-plugin-sdl": "0.2.2",
|
|
"@stylistic/stylelint-plugin": "^3.1.0",
|
|
"@types/gecko": "file:tools/@types",
|
|
"eslint": "8.57.1",
|
|
"eslint-config-prettier": "9.1.0",
|
|
"eslint-plugin-eslint-plugin": "6.2.0",
|
|
"eslint-plugin-html": "8.1.2",
|
|
"eslint-plugin-import": "2.30.0",
|
|
"eslint-plugin-jest": "28.8.3",
|
|
"eslint-plugin-jsdoc": "50.3.0",
|
|
"eslint-plugin-json": "4.0.1",
|
|
"eslint-plugin-jsx-a11y": "6.10.0",
|
|
"eslint-plugin-mozilla": "file:tools/lint/eslint/eslint-plugin-mozilla",
|
|
"eslint-plugin-no-unsanitized": "4.1.2",
|
|
"eslint-plugin-react": "7.37.0",
|
|
"eslint-plugin-react-hooks": "4.6.2",
|
|
"eslint-plugin-spidermonkey-js": "file:tools/lint/eslint/eslint-plugin-spidermonkey-js",
|
|
"jsdoc": "4.0.3",
|
|
"prettier": "2.8.8",
|
|
"stylelint": "16.9.0",
|
|
"stylelint-config-recommended": "14.0.1",
|
|
"stylelint-config-standard-scss": "13.1.0",
|
|
"yarn": "1.22.22"
|
|
},
|
|
"notes(private)": "We don't want to publish to npm, so this is marked as private",
|
|
"private": true
|
|
}
|