@mozilla-frontend-infra/react-lint
Version:
Neutrino middleware for linting React projects following the Airbnb styleguide with Mozilla additions.
33 lines (32 loc) • 891 B
JSON
{
"name": "@mozilla-frontend-infra/react-lint",
"description": "Neutrino middleware for linting React projects following the Airbnb styleguide with Mozilla additions.",
"main": "index.js",
"keywords": [
"neutrino",
"neutrino-middleware",
"lint",
"eslint",
"airbnb"
],
"version": "2.0.1",
"author": "Hassan Ali <helfi92@gmail.com>",
"engines": {
"node": "^8.10 || >=10",
"npm": ">=5.4.0",
"yarn": ">=1.10.1"
},
"publishConfig": {
"access": "public"
},
"license": "MPL-2.0",
"repository": "https://github.com/mozilla-frontend-infra/lint/tree/master/packages/react-lint",
"dependencies": {
"@mozilla-frontend-infra/lint": "^2.0.0",
"@neutrinojs/airbnb": "9.0.0-rc.4",
"deepmerge": "^2.2.1",
"eslint-plugin-react": "^7.16.0",
"prettier": "^1.18.2"
},
"gitHead": "fa5425a92e1074d12b629fd909abe3ee1f9364a0"
}