neutrino-preset-airbnb
v5.0.0
Published
Neutrino preset for adding Airbnb's JS ESLint config, following the Airbnb styleguide
Downloads
12
Maintainers
Readme
Neutrino Airbnb Preset
neutrino-preset-airbnb
is a Neutrino preset that supports linting JavaScript projects with Airbnb's ESLint
config, following the Airbnb styleguide.
Requirements
- Node.js v6.10+
- Yarn or npm client
- Neutrino v8, Neutrino build preset
Installation
neutrino-preset-airbnb can be installed via the Yarn or npm clients. Inside your project, make sure neutrino and neutrino-preset-airbnb are development dependencies. You will also be using another Neutrino preset for building your application source code.
Yarn
❯ yarn add --dev neutrino-preset-airbnb
npm
❯ npm install --save-dev neutrino-preset-airbnb
Documentation
See the Neutrino docs for more details.