publish-flow-test
v1.0.0
Published
Common eslint config for js
Downloads
3
Readme
@happy/eslint-config-js
@happy/eslint-config-js is designed for commonjs
and esm
,it contains serveral popular js code styles: airbnb-base,standard,google,it's compatible with prettier.
Installation
$ npm i -D @happy/eslint-config-js
Usage
To use airbnb-base style, set eslint config:
{
"extends": ["@happy/eslint-config-js/airbnb"]
}
To use standard style, set eslint config:
{
"extends": ["@happy/eslint-config-js/standard"]
}
To use google style, set eslint config:
{
"extends": ["@happy/eslint-config-js/google"]
}