Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.02 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.02 KB

@fbi-js/eslint-config

ESLint config for JavaScript Standard Style.

Usage

npm i -D @fbi-js/eslint-config

./package.json (you can also use other configuration files)

{
  "eslintConfig": {
    "extends": ["@fbi-js"]
  }
}

Included packages

JavaScript Standard Style Rules

License

Licensed under MIT.