1.3.0 • Published 4 years ago

@supersede/eslint-config v1.3.0

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

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
1.3.0

4 years ago

1.2.0

4 years ago

1.1.3

4 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.5

5 years ago

1.0.2

5 years ago

1.0.3

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago