fune/tools/lint/eslint/package.json
Mark Banner 0eb1f2ca26 Bug 1349203 - Upgrade ESLint to version 3.18.0 to pick up performance and other fixes. Also update other dependencies for ESLint. r=mossop
MozReview-Commit-ID: C1oB0pQ3fev

--HG--
extra : rebase_source : 93e63db48f815e173b80611ae592806e4ef43fae
2017-03-21 14:50:45 +01:00

16 lines
382 B
JSON

{
"name": "mach-eslint",
"description": "ESLint and external plugins for use with mach",
"repository": {},
"license": "MPL-2.0",
"dependencies": {
"eslint": "3.18.0",
"eslint-plugin-html": "1.5.2",
"eslint-plugin-react": "4.2.3",
"escope": "^3.6.0",
"espree": "^3.4.0",
"estraverse": "^4.2.0",
"ini-parser": "^0.0.2",
"sax": "^1.2.2"
}
}