mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
1933dd3a48
MozReview-Commit-ID: 3u1FeN5wVwf --HG-- extra : rebase_source : ca88ffff457fa01148189bb317bd09af06695df5
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.19.1",
|
|
"eslint-plugin-html": "4.0.3",
|
|
"eslint-plugin-mozilla": "file:tools/lint/eslint/eslint-plugin-mozilla",
|
|
"eslint-plugin-no-unsanitized": "3.0.2",
|
|
"eslint-plugin-react": "7.1.0",
|
|
"eslint-plugin-spidermonkey-js": "file:tools/lint/eslint/eslint-plugin-spidermonkey-js"
|
|
},
|
|
"devDependencies": {}
|
|
}
|