@onosendi/eslint-config
v2.3.0
Published
My shareable ESLint config
Downloads
2
Readme
eslint-config
My shareable eslint
config.
Install
npm i -D @onosendi/eslint-config
Usage
Extend in your .eslintrc
Default
{
"extends": ["@onosendi"]
}
TypeScript
{
"extends": ["@onosendi/eslint-config/lib/typescript"]
}
See http://eslint.org/docs/developer-guide/shareable-configs for more information.