Releases: herp-inc/eslint-config
Releases · herp-inc/eslint-config
base@0.31.1
Non-breaking changes
- Revert unintended changes.
base@0.31.0
Non-breaking changes
- Allow
_
as a variable name.
base@0.30.0
Breaking changes
- Require ESLint
^8.56.0
as a peer dependency.
Non-breaking changes
- Allow typescript-eslint v7 as peer dependencies.
base@0.29.0
Non-breaking changes
base@0.28.0
Breaking changes
- Require typescript-eslint v6.
- Extend
@typescript-eslint/recommended-type-checked
and@typescript-eslint/stylistic-type-checked
.
base@0.27.0
Non-breaking change
- Turn off
no-underscore-dangle
.
base@0.26.0
Non-breaking changes
- Set
noUselessIndex
option ofimport/no-useless-path-segments
tofalse
.
base@0.25.0
Non-breaking changes
- Allow typescript-eslint v6 as peer dependencies
base@0.24.0
Non-breaking changes
- Allow
__typename
inno-underscore-dangle
.
base@0.23.0
Non-breaking changes
- Allow default exports in type declaration files.