eslint-config-stax
v0.2.0
Published
Stax eslint config
Downloads
9
Readme
eslint-config-stax
A simple, pleasant set ESLint rules for your project: install a single NPM package, add it to your .eslintrc
, and you'll be all set.
This plugin exposes the ESLint configuration used by Create React App without the need of declaring all its dependencies. Use it if you need a simple and tested ESLint configuration but you don't want to install a bunch of dependencies. It also works in React Native out of the box.
Setup
- Install it using npm:
npm install -D eslint eslint-config-stax
. - Extend
stax
in your.eslintrc
.
Example .eslintrc
:
{
"extends": ["stax"]
}
- You're done!