Skip to content

Commit ab9ccb2

Browse files
committed
Update eslint config
1 parent 1006942 commit ab9ccb2

File tree

3 files changed

+127
-153
lines changed

3 files changed

+127
-153
lines changed

.eslintrc.cjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = {
66
node: true,
77
},
88
parser: "@typescript-eslint/parser",
9-
extends: ["standard", "eslint:recommended", "plugin:promise/recommended", "plugin:prettier/recommended", "plugin:@typescript-eslint/eslint-recommended", "plugin:svelte/recommended"],
9+
extends: ["standard", "eslint:recommended", "plugin:promise/recommended", "plugin:@typescript-eslint/eslint-recommended", "plugin:svelte/recommended", "prettier"],
1010
plugins: ["@typescript-eslint"],
1111
ignorePatterns: ["/node_modules/*", "/dist/*", "/build/*", "/core/*"],
1212
parserOptions: {
@@ -27,7 +27,6 @@ module.exports = {
2727
quotes: ["error", "double"],
2828
semi: ["error", "never"],
2929

30-
"prettier/prettier": ["warn", { endOfLine: "auto" }],
3130
"prefer-const": ["warn"],
3231
"prefer-arrow-callback": ["error"],
3332
"prefer-template": ["error"],

0 commit comments

Comments
 (0)