Skip to content

Commit

Permalink
Web interface import and remove eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Mar 24, 2024
1 parent 64f6f37 commit b79acc0
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 1,258 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
parser: "@typescript-eslint/parser",
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/*"],
ignorePatterns: ["/node_modules/*", "/dist/*", "/build/*", "/core/*", "/website/*"],
parserOptions: {
ecmaVersion: 12,
extraFileExtensions: [".svelte"],
Expand Down
30 changes: 0 additions & 30 deletions website/.eslintrc.cjs

This file was deleted.

Loading

0 comments on commit b79acc0

Please sign in to comment.