eslint-config-prettier

Developer Tools

Turns off the ESLint rules that conflict with Prettier.

Latest v10.1.8 · by PrettierWebsiteprettier/eslint-config-prettier

Changelog

v10.1.3

Fixed 1
  • Align package types correctly for commonjs module

From eslint-config-prettier

Patch Changes
  • #325 4e95a1d Thanks @pilikan! - fix: this package is commonjs, align its types correctly
New Contributors

Full Changelog: https://github.com/prettier/eslint-config-prettier/compare/v10.1.2...v10.1.3

View originalPermalink
How v10.1.3 went

v10.1.2

Changed 1
  • Add homepage field to package.json for third-party registry compatibility

From eslint-config-prettier

Patch Changes
  • #321 a8768bf Thanks @Fdawgs! - chore(package): add homepage for some 3rd-party registry - see #321 for more details
View originalPermalink
How v10.1.2 went

v10.1.1

Fixed 1
  • Separate the /flat entry for compatibility with config-inspector by adding a name property to the flat config entry

From eslint-config-prettier

Patch Changes
  • #309 eb56a5e Thanks @JounQin! - fix: separate the /flat entry for compatibility

    For flat config users, the previous "eslint-config-prettier" entry still works, but "eslint-config-prettier/flat" adds a new name property for config-inspector, we just can't add it for the default entry for compatibility.

    See also https://github.com/prettier/eslint-config-prettier/issues/308

    // before
    import eslintConfigPrettier from "eslint-config-prettier";
    
    // after
    import eslintConfigPrettier from "eslint-config-prettier/flat";
    
View originalPermalink
How v10.1.1 went

v10.1.0

Changed 1
  • Migrate to exports field

From eslint-config-prettier

Minor Changes
View originalPermalink
How v10.1.0 went

v10.0.3

Added 2
  • Add name to config
  • Add declaration file

From eslint-config-prettier

Patch Changes
  • #294 8dbbd6d Thanks @FloEdelmann! - feat: add name to config

  • #280 cba5737 Thanks @zanminkian! - feat: add declaration file

New Contributors

Full Changelog: https://github.com/prettier/eslint-config-prettier/compare/v10.0.2...v10.0.3

View originalPermalink
How v10.0.3 went

v10.0.2

Changed 1
  • Explicitly declare js module type in package configuration

From eslint-config-prettier

Patch Changes
View originalPermalink
How v10.0.2 went

v10.0.1

Added 1
  • Support for @stylistic/eslint-plugin

From eslint-config-prettier

eslint-config-prettier

10.0.1
What's Changed
New Contributors

Full Changelog: https://github.com/prettier/eslint-config-prettier/compare/v9.1.0...v10.0.1

View originalPermalink
How v10.0.1 went
View all

Discussion

If you publish eslint-config-prettier, you can claim this product by proving you administer its repository.