mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
0f3ec963be
Also change eslint-plugin-mozilla's globals.js to use eslint-scope rather than escope as ESLint 4.x changed to eslint-scope. This avoids dependency issues that were masked by the depedencies of eslint-plugin-no-unsanitized's previous version. MozReview-Commit-ID: 6wLY7Oj0am3 --HG-- extra : rebase_source : 863313d7907e8246d1f5b0ee83164cc0f943f8f6
16 lines
528 B
JSON
16 lines
528 B
JSON
{
|
|
"name": "mozillaeslintsetup",
|
|
"description": "This package file is for setup of ESLint only for editor integration.",
|
|
"repository": {},
|
|
"license": "MPL-2.0",
|
|
"dependencies": {
|
|
"eslint": "4.18.2",
|
|
"eslint-plugin-html": "4.0.2",
|
|
"eslint-plugin-mozilla": "file:tools/lint/eslint/eslint-plugin-mozilla",
|
|
"eslint-plugin-no-unsanitized": "3.0.0",
|
|
"eslint-plugin-react": "7.1.0",
|
|
"eslint-plugin-spidermonkey-js": "file:tools/lint/eslint/eslint-plugin-spidermonkey-js"
|
|
},
|
|
"devDependencies": {}
|
|
}
|