@wkovacs64/eslint-config
Advanced tools
Changelog
7.2.1
#17 f771d66
Thanks @wKovacs64! - Add package.json
to package exports.
#19 b3847b3
Thanks @wKovacs64! - Disable @typescript-eslint/consistent-type-imports
rule as it conflicts with verbatimModuleSyntax
in tsconfig.json
. Disable import/consistent-type-specifier-style
rule as well.
Changelog
Changelog
7.1.0
1e9e1e3
Thanks @wKovacs64! - Bring in recommended rules from react
and jsx-a11y
plugins.79f7ea9
Thanks @wKovacs64! - Enable alwaysTryTypes
in import/resolver
settings.Changelog
7.0.2
0e2b627
Thanks @wKovacs64! - Remove eslint
from peerDependencies
and revert to ESLint v8. Consumers can use v9 if they want, but they'll get a ton of warnings (if they don't use legacy peer deps) as most of the plugins don't explicitly support it yet.Changelog
7.0.1
795ec88
Thanks @wKovacs64! - Flatten module exports
to provide a better error message if consumed from CJS.Changelog