eslint-config-andyet-react
v2.1.2
Published
eslint configuration used in andyet react projects
Downloads
40
Readme
eslint-config-andyet-react
This is the base set of eslint rules for andyet react projects
Configs:
andyet-react
: base config for react stuff with babel
Installation
npm install eslint && eslint-config-andyet-react && babel-eslint && eslint-plugin-react --save-dev
Put the following in
.eslintrc
{ "extends": ["andyet-react"] }