Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 423 Bytes

README.md

File metadata and controls

30 lines (27 loc) · 423 Bytes

Sigbit ESLint config

👮‍♂️ Enforce code style

Usage

Add eslint and this config to your project:

$ yarn add eslint "significantbit/eslint-config-sigbit#<release>" -D

Use default config:

// .eslintrc.js
module.exports = {
  root: true,
  extends: [
    'sigbit'
  ]
}

Use specific config:

// .eslintrc.js
module.exports = {
  root: true,
  extends: [
    'sigbit/nuxt'
  ]
}