Skip to content

Commit

Permalink
feat: release version 3.1.1 | 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 32086c2 commit 0a8eb22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-codely",
"version": "3.1.0",
"version": "3.1.1",
"description": "Codely's ESLint and Prettier Config",
"main": "index.js",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"@types/node": "^20.8.10",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"eslint-config-prettier": "^9.00.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
Expand Down

0 comments on commit 0a8eb22

Please sign in to comment.