@mozilla-frontend-infra/lint
Version:
Neutrino middleware for linting projects following the Airbnb styleguide with Mozilla additions.
32 lines (31 loc) • 829 B
JSON
{
"name": "@mozilla-frontend-infra/lint",
"description": "Neutrino middleware for linting projects following the Airbnb styleguide with Mozilla additions.",
"main": "index.js",
"keywords": [
"neutrino",
"neutrino-middleware",
"lint",
"eslint",
"airbnb"
],
"version": "2.0.0",
"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/lint",
"dependencies": {
"deepmerge": "^2.2.1",
"eslint-config-prettier": "^6.4.0",
"eslint-plugin-prettier": "^3.1.1",
"prettier": "^1.18.2"
},
"gitHead": "7844c4ef084a3767b699639d9e237049fc46b7df"
}