0.10.0 • Published 4 years ago

@unicoda/eslint-config v0.10.0

Weekly downloads
70
License
MIT
Repository
github
Last release
4 years ago

@unicoda/eslint-config

JavaScript convention at Unicoda.

Installation

Shareable configs are designed to work with the extends feature of .eslintrc files. Instead of using a file path for the value of extends, use your module name. For example:

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

You can also omit the eslint-config- and it will be automatically assumed by ESLint:

{
    "extends": "@unicoda"
}

You can override settings from the shareable config by adding them directly into your .eslintrc file.

Major configurations

  • @unicoda (redirect to backend, see below)
  • @unicoda/eslint-config/configurations/backend
  • @unicoda/eslint-config/configurations/frontend

Inspiration

License

MIT

0.10.0

4 years ago

0.9.2

5 years ago

0.9.1

5 years ago

0.9.0

5 years ago

0.8.0

5 years ago

0.7.0

6 years ago

0.6.0

6 years ago