1.0.0 • Published 3 years ago

publish-flow-test v1.0.0

Weekly downloads
2
License
ISC
Repository
-
Last release
3 years ago

@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"]
}