Skip to content

Commit

Permalink
Update eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Jun 20, 2023
1 parent 1006942 commit ab9ccb2
Show file tree
Hide file tree
Showing 3 changed files with 127 additions and 153 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
node: true,
},
parser: "@typescript-eslint/parser",
extends: ["standard", "eslint:recommended", "plugin:promise/recommended", "plugin:prettier/recommended", "plugin:@typescript-eslint/eslint-recommended", "plugin:svelte/recommended"],
extends: ["standard", "eslint:recommended", "plugin:promise/recommended", "plugin:@typescript-eslint/eslint-recommended", "plugin:svelte/recommended", "prettier"],
plugins: ["@typescript-eslint"],
ignorePatterns: ["/node_modules/*", "/dist/*", "/build/*", "/core/*"],
parserOptions: {
Expand All @@ -27,7 +27,6 @@ module.exports = {
quotes: ["error", "double"],
semi: ["error", "never"],

"prettier/prettier": ["warn", { endOfLine: "auto" }],
"prefer-const": ["warn"],
"prefer-arrow-callback": ["error"],
"prefer-template": ["error"],
Expand Down
Loading

0 comments on commit ab9ccb2

Please sign in to comment.