Skip to content

Commit

Permalink
uninstall eslint-config-prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
yuheiy committed Jul 19, 2024
1 parent 8371fe3 commit 33e14c0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 17 deletions.
3 changes: 0 additions & 3 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import js from '@eslint/js';
import prettier from 'eslint-config-prettier';
import astro from 'eslint-plugin-astro';
import tailwindcss from 'eslint-plugin-tailwindcss';
import ts from 'typescript-eslint';
Expand Down Expand Up @@ -28,6 +27,4 @@ export default [
'tailwindcss/classnames-order': 'off',
},
},

prettier, // MUST come last
];
13 changes: 0 additions & 13 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"chokidar-cli": "3.0.0",
"concurrently": "8.2.2",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-astro": "1.2.3",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-tailwindcss": "3.17.4",
Expand Down

0 comments on commit 33e14c0

Please sign in to comment.