@heyastro/eslint-config
v1.4.0
Published
React eslint shared config
Readme
@heyastro/eslint-config
React eslint shared config
Installing
$ npm install -D @heyastro/eslint-configUsage
Create a .eslintrc configuration file and extend from this package
// ..eslintrc
{
"extends": "@heyastro/eslint-config",
}