1.0.0 • Published 5 years ago
publish-flow-test v1.0.0
@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-jsUsage
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"]
}1.0.0
5 years ago