We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1717ad commit 37f02fdCopy full SHA for 37f02fd
.eslintrc.cjs
@@ -1,10 +1,5 @@
1
module.exports = {
2
- extends: [
3
- "eslint:recommended",
4
- "plugin:@typescript-eslint/recommended",
5
- "plugin:astro/recommended",
6
- "prettier",
7
- ],
+ extends: ["eslint:recommended", "plugin:astro/recommended", "prettier"],
8
parser: "@typescript-eslint/parser",
9
plugins: ["@typescript-eslint", "prettier"],
10
root: true,
0 commit comments