- Remove 'do', 'does' and 'did' from boolean prefixes for
@typescript-eslint/naming-convention
- Disable some rules for
cypress
projects
- Update peerDependency
@typescript-eslint/eslint-plugin
to version^6.0.0 || ^7.0.0
- Update peerDependency
@typescript-eslint/parser
to version^6.0.0 || ^7.0.0
- Update peerDependency
@typescript-eslint/eslint-plugin
to version^6.0.0
- Update peerDependency
@typescript-eslint/parser
to version^6.0.0
- Adapt version to major
@typescript-eslint
- Update @typescript-eslint/no-magic-numbers to allow magic numbers in objects
- change path of typescript parserOptions
- Adapt version to major typescript version
- Add ignoreEnums to @typescript-eslint/no-magic-numbers
- Ignore polyfills and jest.config from linting
- Add rule @typescript-eslint/space-infix-ops
- Add exceptions to @typescript-eslint/no-magic-numbers
- Disable no-magic-numbers to avoid conflicts with @typescript-eslint/no-magic-numbers
- Update @typescript-eslint/no-magic-numbers to ignoreReadonlyClassProperties
- Update dot-notation to support noPropertyAccessFromIndexSignature
- Update eslint to version 2.0.0
- Disable no-shadow due to conflicts with @typescript-eslint/no-shadow
- Update @typescript-eslint/naming-convention to allow leading underscore to mark unused variables for ts
- Update package lock to contain update peer dependencies of release v1.0.5
- Remove eslint-config-team23-standard dependency for independent usage
- Update eslint-config-team23-standard to version 1.0.4
- Update version number to be aligned with eslint-config-team23-standard
- Update version number to be aligned with eslint-config-team23-standard
- Update version number to be aligned with eslint-config-team23-standard
- Initial release with eslint rules for js inspired by current projects