mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 07:13:20 +00:00
2bf9485071
MozReview-Commit-ID: 5fVG7akPnGM --HG-- extra : rebase_source : e462e84bf8f2ffd893d1fd6b5ea14bbc093168dd
17 lines
414 B
JSON
17 lines
414 B
JSON
{
|
|
"name": "mozillaeslintsetup",
|
|
"description": "This package file is for setup of ESLint only for editor integration.",
|
|
"repository": {},
|
|
"license": "MPL-2.0",
|
|
"dependencies": {
|
|
"eslint": "3.19.0",
|
|
"eslint-plugin-html": "2.0.3",
|
|
"eslint-plugin-react": "6.10.3",
|
|
"escope": "^3.6.0",
|
|
"espree": "^3.4.0",
|
|
"estraverse": "^4.2.0",
|
|
"ini-parser": "^0.0.2",
|
|
"sax": "^1.2.2"
|
|
}
|
|
}
|