Skip to content

Commit 37f02fd

Browse files
committed
chore(eslint): fix eslint config
1 parent f1717ad commit 37f02fd

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.eslintrc.cjs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
module.exports = {
2-
extends: [
3-
"eslint:recommended",
4-
"plugin:@typescript-eslint/recommended",
5-
"plugin:astro/recommended",
6-
"prettier",
7-
],
2+
extends: ["eslint:recommended", "plugin:astro/recommended", "prettier"],
83
parser: "@typescript-eslint/parser",
94
plugins: ["@typescript-eslint", "prettier"],
105
root: true,

0 commit comments

Comments
 (0)