@supersede/eslint-config

1.3.0 • Public • Published

Eslint Configuration

Plugins:

  • @typescript-eslint/eslint-plugin

Extended configs:

  • eslint-config-prettier

General preferences:

  • Use as much type-checking as possible
  • Turn off rules that are handled natively by Typescript (e.g. no-unused-vars)
  • Always enforce use of braces, semi-colons
  • Limit spacing between braces and parameters for functions and objects
  • Prefer always using access modifiers in classes
  • Prefer using cleaner esnext syntax (e.g. prefer-optional-chain)
  • Prefer concise code over redundant code (e.g. no-unnecessary-boolean-literal-compare)
  • Max length 100

Readme

Keywords

Package Sidebar

Install

npm i @supersede/eslint-config

Weekly Downloads

1

Version

1.3.0

License

MIT

Unpacked Size

7.74 kB

Total Files

6

Last publish

Collaborators

  • danielhzhang