Skip to content

Commit

Permalink
feat: release version 3 | eslint-config-prettier 9 compatibility
Browse files Browse the repository at this point in the history
- Update dependencies to major versions due to incompatibilities between prettier 3 and eslint-config-prettier 9. Now projects using this config can use prettier 3
  • Loading branch information
rgomezcasas committed Nov 3, 2023
1 parent 4310503 commit 32086c2
Show file tree
Hide file tree
Showing 3 changed files with 525 additions and 2,998 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
extends: ["eslint:recommended", "plugin:prettier/recommended"],
plugins: ["simple-import-sort", "import", "unused-imports"],
rules: {
//error prevention
// error prevention
"array-callback-return": ["error", { checkForEach: true }],
"no-await-in-loop": "error",
"no-constant-binary-expression": "error",
Expand Down
Loading

0 comments on commit 32086c2

Please sign in to comment.