eslint-config-renarsvilnis
v5.3.1
Published
Personal eslint configuration for use with es6 and react
Downloads
21
Maintainers
Readme
eslint-config-renarsvilnis
Personal eslint configuration based on Standard, but with semicolons for usage with babel and react.js.
Usage
- Install the NPM module
# Install the configuration, it install all dependencies automatically (excluding eslint)
npm i -D eslint eslint-config-renarsvilnis
2. Add `.eslintrc` file into the root of your project
```json
{
"extends": ["renarsvilnis"]
}