2016-05-13 13:06:08 +00:00
|
|
|
{
|
2017-04-12 11:07:01 +00:00
|
|
|
"name": "mozillaeslintsetup",
|
2017-03-22 11:27:00 +00:00
|
|
|
"description": "This package file is for setup of ESLint only for editor integration.",
|
2016-05-13 13:06:08 +00:00
|
|
|
"repository": {},
|
|
|
|
"license": "MPL-2.0",
|
|
|
|
"dependencies": {
|
2018-09-24 15:33:56 +00:00
|
|
|
"eslint": "5.6.0",
|
|
|
|
"eslint-plugin-html": "4.0.6",
|
2017-06-28 19:47:36 +00:00
|
|
|
"eslint-plugin-mozilla": "file:tools/lint/eslint/eslint-plugin-mozilla",
|
2018-05-24 15:54:54 +00:00
|
|
|
"eslint-plugin-no-unsanitized": "3.0.2",
|
2018-09-24 15:33:56 +00:00
|
|
|
"eslint-plugin-react": "7.11.1",
|
2017-07-14 11:21:54 +00:00
|
|
|
"eslint-plugin-spidermonkey-js": "file:tools/lint/eslint/eslint-plugin-spidermonkey-js"
|
2017-10-23 07:39:47 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {}
|
2016-05-13 13:06:08 +00:00
|
|
|
}
|