You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
708 B
25 lines
708 B
{
|
|
"name": "neutrino-preset-airbnb-base",
|
|
"version": "4.3.0",
|
|
"description": "Neutrino preset for adding Airbnb's base JS ESLint config, following the Airbnb styleguide",
|
|
"main": "src/index.js",
|
|
"keywords": [
|
|
"neutrino",
|
|
"neutrino-preset",
|
|
"airbnb",
|
|
"eslint"
|
|
],
|
|
"author": "Eli Perelman <eli@eliperelman.com>",
|
|
"license": "MPL-2.0",
|
|
"repository": "mozilla-neutrino/neutrino-dev",
|
|
"dependencies": {
|
|
"deepmerge": "^1.3.2",
|
|
"eslint-config-airbnb-base": "^11.1.0",
|
|
"neutrino-lint-base": "^4.3.0"
|
|
},
|
|
"peerDependencies": {
|
|
"neutrino": "^4.0.0"
|
|
},
|
|
"homepage": "https://neutrino.js.org",
|
|
"bugs": "https://github.com/mozilla-neutrino/neutrino-dev/issues"
|
|
}
|
|
|