mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-04-26 02:39:38 -05:00
11 lines
309 B
JSON
11 lines
309 B
JSON
{
|
|
"editor.insertSpaces": false,
|
|
"editor.formatOnSave": false,
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": false,
|
|
"typescript.format.semicolons": "insert",
|
|
"eslint.options": {
|
|
"configFile": ".eslintrc.json"
|
|
}
|
|
}
|