diff options
author | Wyvest <wyvestbusiness@gmail.com> | 2024-01-20 11:29:57 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-20 11:29:57 -0500 |
commit | 0afab2cd1b1266034d35cd66f41c3bde90847f9e (patch) | |
tree | 54172a78823cf76761ab88e21d6d2c64d5b965c3 /.vscode/settings.json | |
parent | 55b593c4e6b90137995aee9a55ba2a86423cc7bd (diff) | |
parent | 55548a94b61ce7d1ca0ca8da69db7566f937cfeb (diff) | |
download | Nexus-0afab2cd1b1266034d35cd66f41c3bde90847f9e.tar.gz Nexus-0afab2cd1b1266034d35cd66f41c3bde90847f9e.tar.bz2 Nexus-0afab2cd1b1266034d35cd66f41c3bde90847f9e.zip |
Merge pull request #4 from Polyfrost/website/icon-fix
Diffstat (limited to '.vscode/settings.json')
-rw-r--r-- | .vscode/settings.json | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 4b3f49b..868a90e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -18,7 +18,30 @@ "/packages/ctjs/types/*": true, "**/dist": true }, - "css.customData": [".vscode/tailwind.json"], + "eslint.experimental.useFlatConfig": true, + "prettier.enable": false, + "editor.formatOnSave": false, + "editor.codeActionsOnSave": { + "source.fixAll.eslint": "explicit", + "source.organizeImports": "never" + }, + "eslint.validate": [ + "javascript", + "javascriptreact", + "typescript", + "typescriptreact", + "vue", + "html", + "markdown", + "json", + "jsonc", + "yaml", + "astro", + "toml" + ], + "css.customData": [ + ".vscode/tailwind.json" + ], "eslint.lintTask.enable": true, "eslint.workingDirectories": [], "explorer.fileNesting.enabled": true, |