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
685 B

{
"name": "neutrino-preset-airbnb-base",
"version": "5.0.0",
"description": "Neutrino preset for adding Airbnb's base JS ESLint config, following the Airbnb styleguide",
"main": "index.js",
"keywords": [
"neutrino",
"neutrino-preset",
"airbnb",
"eslint"
],
"author": "Eli Perelman <eli@eliperelman.com>",
"license": "MPL-2.0",
"repository": "mozilla-neutrino/neutrino-dev",
"homepage": "https://neutrino.js.org",
"bugs": "https://github.com/mozilla-neutrino/neutrino-dev/issues",
"dependencies": {
"eslint-config-airbnb-base": "^11.1.0",
"neutrino-middleware-eslint": "^5.0.0"
},
"peerDependencies": {
"neutrino": "^5.0.0"
}
}