eslint-config-stylelint
Advanced tools
Changelog
23.0.0
Changelog
22.0.0
no-confusing-arrow
because of the deprecation of formatting rules.padding-line-between-statements
with @stylistic/js/padding-line-between-statements
.eslint-plugin-jest
from v27 to v28.eslint-plugin-n
from v16 to v17.funding
field in package.json
.Changelog
21.0.0
eslint-plugin-regexp
from v1 to v2.parserOptions.ecmaVersion
from 2021
to 2023
.Changelog
19.0.0
eslint-plugin-node
to eslint-plugin-n
.parserOptions.ecmaVersion
from 2020
to 2021
.Migration note: You may need to rewrite rule names for eslint-plugin-node
like this:
-// eslint-disable-next-line node/no-extraneous-import
+// eslint-disable-next-line n/no-extraneous-import
See also the eslint-plugin-n
document.
Changelog
18.0.0
eslint-plugin-jest
to optional peer dependencies."stylelint/jest"
.eslint
to peer dependencies.Migration note: if you want to continue Jest rules, you need to:
npm install eslint-plugin-jest --save-dev
"stylelint/jest"
to extends
in your ESlint config like this:{
- "extends": ["stylelint"]
+ "extends": ["stylelint", "stylelint/jest"]
}
Changelog
17.1.0
parserOptions.ecmaVersion
from 2019
to 2020
.Changelog
16.0.0
eslint-plugin-jest
).eslint-plugin-jest
from v26 to v27.