Releases: devoxa/eslint-config
Releases · devoxa/eslint-config
v4.0.2
v4.0.1
- Fix
string[]
type being valid, and enforce usage ofArray<string>
v4.0.0
- [Breaking] Bump peer dependencies to
[email protected]+
- [Breaking] Update rules (both recommended by eslint & internal)
- [Breaking] Update configuration method
v3.0.11
- Update dependencies
v3.0.10
- Update dependencies
- Set
warnOnUnsupportedTypeScriptVersion
tofalse
to keep the CLI clean
v3.0.9
v3.0.8
- capitalize-comments
- Lower the severity from
error
towarn
. The errors get quite annoying when commenting out code during development and make it hard to see when there are type errors in the files. - Allow
c8 ignore
comments
- Lower the severity from
v3.0.7
- Ignore
prettier-ignore
comments
v3.0.5
- Make sure comments are starting with an uppercase letter
v3.0.4
- Add
plugin:react/jsx-runtime