diff --git a/.eslintrc b/.eslintrc index fbe62fc23..ba354ab30 100644 --- a/.eslintrc +++ b/.eslintrc @@ -21,11 +21,11 @@ "@typescript-eslint" ], "rules": { - "indent": ["error", 4], + "indent": ["error", 2], "semi": ["error", "never"], "quotes": ["error", "single"], "vue/multi-word-component-names": "off", - "max-len": ["error", { "code": 150 }], + "max-len": ["error", { "code": 999 }] }, "ignorePatterns": [ "contracts/**/scripts/resources", diff --git a/.vscode/settings.json b/.vscode/settings.json index d495832af..e291c25e3 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,26 +1,24 @@ { - "editor.codeActionsOnSave": { - "source.fixAll.eslint": true - }, - "[html]": { - "editor.defaultFormatter": "Vue.volar" - }, - "[vue]": { - "editor.defaultFormatter": "Vue.volar" - }, - "[javascript]": { - "editor.defaultFormatter": "vscode.typescript-language-features" - }, - "[json]": { - "editor.defaultFormatter": "vscode.json-language-features" - }, - "eslint.validate": [ - "vue", - "typescript" - ], - "css.lint.unknownAtRules": "ignore", - "jupyter.notebookFileRoot": "${fileDirname}", - "volar.inlayHints.eventArgumentInInlineHandlers": false, - "eslint.format.enable": true, - "eslint.run": "onType" -} \ No newline at end of file + "editor.codeActionsOnSave": { + "source.fixAll.eslint": true + }, + "[html]": { + "editor.defaultFormatter": "Vue.volar" + }, + "[vue]": { + "editor.defaultFormatter": "Vue.volar" + }, + "[javascript]": { + "editor.defaultFormatter": "vscode.typescript-language-features" + }, + "[json]": { + "editor.defaultFormatter": "vscode.json-language-features" + }, + "eslint.validate": ["vue", "typescript"], + "css.lint.unknownAtRules": "ignore", + "jupyter.notebookFileRoot": "${fileDirname}", + "volar.inlayHints.eventArgumentInInlineHandlers": false, + "eslint.format.enable": true, + "eslint.run": "onType", + "terminal.integrated.defaultProfile.windows": "" +} diff --git a/apps/web/src/App.vue b/apps/web/src/App.vue index 870eba0d8..e7de7f910 100644 --- a/apps/web/src/App.vue +++ b/apps/web/src/App.vue @@ -1,13 +1,15 @@