2016-05-13 16:06:08 +03:00
|
|
|
{
|
2017-04-12 14:07:01 +03:00
|
|
|
"name": "mozillaeslintsetup",
|
2017-03-22 14:27:00 +03:00
|
|
|
"description": "This package file is for setup of ESLint only for editor integration.",
|
2016-05-13 16:06:08 +03:00
|
|
|
"repository": {},
|
|
|
|
"license": "MPL-2.0",
|
|
|
|
"dependencies": {
|
2018-02-21 19:00:24 +03:00
|
|
|
"eslint": "4.18.1",
|
2018-02-07 19:01:29 +03:00
|
|
|
"eslint-plugin-html": "4.0.2",
|
2017-06-28 22:47:36 +03:00
|
|
|
"eslint-plugin-mozilla": "file:tools/lint/eslint/eslint-plugin-mozilla",
|
2018-02-07 19:01:29 +03:00
|
|
|
"eslint-plugin-no-unsanitized": "2.0.2",
|
2017-06-21 17:06:04 +03:00
|
|
|
"eslint-plugin-react": "7.1.0",
|
2017-07-14 14:21:54 +03:00
|
|
|
"eslint-plugin-spidermonkey-js": "file:tools/lint/eslint/eslint-plugin-spidermonkey-js"
|
2017-10-23 10:39:47 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {}
|
2016-05-13 16:06:08 +03:00
|
|
|
}
|