mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
3dd96b34b3
Pick up autofix improvements in 3.19.0. Upgrade eslint-plugin-react. Also fix issues with the package.json file and the ESLint node_modules upload script. MozReview-Commit-ID: IDZ1n4qTTuv --HG-- extra : rebase_source : aa97cd6f314ce10d16d12446e50a27d6f994a9f1
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": "1.5.2",
|
|
"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"
|
|
}
|
|
}
|