mirror of
https://github.com/Strum355/mcshader-lsp.git
synced 2025-08-31 13:57:27 +00:00
11 lines
No EOL
207 B
Text
11 lines
No EOL
207 B
Text
{
|
|
"parser": "@typescript-eslint/parser",
|
|
"parserOptions": {
|
|
"ecmaVersion": 2020,
|
|
"sourceType": "module"
|
|
},
|
|
"rules": {
|
|
"semi": ["warn", "never"],
|
|
"quotes": ["warn", "single"]
|
|
}
|
|
} |