Bump eslint-config-prettier from 8.6.0 to 9.0.0
Bumps eslint-config-prettier from 8.6.0 to 9.0.0.
Changelog
Sourced from eslint-config-prettier's changelog.
Version 9.0.0 (2023-08-05)
- Added: The CLI helper tool now works with eslint.config.js (flat config). Just like ESLint itself, the CLI tool automatically first tries eslint.config.js and then eslintrc, and you can force which one to use by setting the [ESLINT_USE_FLAT_CONFIG] environment variable. Note that the config of eslint-config-prettier has always been compatible with eslint.config.js (flat config) – it was just the CLI tool that needed updating. On top of that, the docs have been updated to mention how to use both eslint.config.js (flat config) and eslintrc, and the tests now test both config systems.
- Changed: [unicode-bom] is no longer turned off. Prettier preserves the BOM if you have one, and does not add one if missing. It was wrong of eslint-config-prettier to disable that rule. If you get ESLint errors after upgrading, either add
"unicode-bom": "off"
to your config to disable it again, or run ESLint with--fix
to fix all files according to the rule (add or remove BOM). Thanks to Nicolas Stepien (@nstepien
)!Version 8.10.0 (2023-08-03)
- Added: [max-statements-per-line]. Thanks to
@Zamiell
!Version 8.9.0 (2023-07-27)
- Added: [vue/array-element-newline]. Thanks to
@xcatliu
!Version 8.8.0 (2023-03-20)
- Added: [
@typescript-eslint/lines-around-comment
]. Thanks to@ttionya
!Version 8.7.0 (2023-03-06)
Commits
-
1982680
eslint-config-prettier v9.0.0 -
f197969
Do not disable unicode-bom (#250) -
a8bc57e
Flat config: CLI, tests, docs (#261) -
baab944
eslint-config-prettier v8.10.0 -
552483b
feat: max-statements-per-line (#263) -
aa1aa34
eslint-config-prettier v8.9.0 -
7d9ed21
Update everything (#260) -
2a2438e
feat: off vue/array-element-newline (#259) -
6b48bb2
Bump word-wrap from 1.2.3 to 1.2.4 (#258) -
311351b
Use matrix.os in check.yml (#251) - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot rebase
will rebase this MR -
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts