@fansunite/eslint-config

1.0.5 • Public • Published

eslint-config

Askott/FansUnite's eslint shared config

Usage

Install:

npm i --save-dev @fansunite/eslint-config

In your project's .eslintrc

{
    "extends": "@fansunite/eslint-config"
}

If you need to override or turn off rules:

{
  "extends": "@fansunite/eslint-config",
  "rules": {
    "comma-dangle": 0, // disable trailing commas
    "jsx-quotes": "prefer-double" // change
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @fansunite/eslint-config

Weekly Downloads

0

Version

1.0.5

License

none

Unpacked Size

4.03 kB

Total Files

10

Last publish

Collaborators

  • gramoo
  • jeremyhutchings
  • unseok
  • jds-fu
  • jzamora1073
  • lucashcraveiro
  • ghbarretofans
  • rcimoszko
  • ksalter