mirror of
https://github.com/0x5eal/wg-lua.git
synced 2024-12-12 12:50:36 +00:00
chore(vscode): remove comments to fix failing lint
This commit is contained in:
parent
6dff9bbdb8
commit
7d2ac7a4db
1 changed files with 0 additions and 4 deletions
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
|
@ -1,11 +1,9 @@
|
|||
{
|
||||
// Lune
|
||||
"luau-lsp.require.mode": "relativeToFile",
|
||||
"luau-lsp.require.directoryAliases": {
|
||||
"@lune/": "~/.lune/.typedefs/0.8.2/"
|
||||
},
|
||||
|
||||
// Formatting
|
||||
"editor.formatOnSave": true,
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
"[luau][lua]": {
|
||||
|
@ -15,12 +13,10 @@
|
|||
"editor.defaultFormatter": "mkhl.shfmt"
|
||||
},
|
||||
|
||||
// Linting
|
||||
"eslint.run": "onType",
|
||||
"eslint.format.enable": true,
|
||||
"cSpell.enabled": false,
|
||||
|
||||
// Misc
|
||||
"typescript.tsdk": "node_modules/typescript/lib",
|
||||
"files.eol": "\n"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue