diff --git a/.eslintrc.js b/.eslintrc.js index 31b5752..89eac82 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -29,6 +29,9 @@ module.exports = { indent: [ 'error', 'tab', + { + SwitchCase: 1 + }, ], 'no-tabs': 0, 'no-console': 0, diff --git a/.vscode/settings.json b/.vscode/settings.json index b33c711..4768b92 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -7,8 +7,6 @@ "format": "compressed", "extensionName": ".css", "savePath": "/server/styles", - "savePathSegmentKeys": null, - "savePathReplaceSegmentsWith": null } ], "search.exclude": { @@ -21,5 +19,8 @@ "editor.formatOnSave": true, "editor.codeActionsOnSave": { "source.fixAll.eslint": "explicit" - } + }, + "eslint.validate": [ + "javascript" + ] } \ No newline at end of file diff --git a/dist/index.html b/dist/index.html index 89c4895..b43fb28 100644 --- a/dist/index.html +++ b/dist/index.html @@ -1 +1 @@ -





































