mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
30 lines
617 B
JSON
30 lines
617 B
JSON
{
|
|
"eslint.validate": [
|
|
{
|
|
"language":"vue",
|
|
"autoFix":true
|
|
},
|
|
{
|
|
"language":"html",
|
|
"autoFix":true
|
|
},
|
|
{
|
|
"language":"javascript",
|
|
"autoFix":true
|
|
},
|
|
{
|
|
"language":"typescript",
|
|
"autoFix":true
|
|
}
|
|
],
|
|
"eslint.alwaysShowStatus": true,
|
|
"eslint.workingDirectories": [
|
|
"./client",
|
|
"./server"
|
|
],
|
|
"editor.useTabStops": false,
|
|
"editor.tabSize": 2,
|
|
"editor.insertSpaces": true,
|
|
"git.ignoreLimitWarning": true,
|
|
|
|
} |