blob: 7fafd49a294fe7a9561a94443af817ac27666753 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{
"folders": [
{
"path": "."
}
],
"settings": {
"editor.tabSize": 2,
"editor.wordBasedSuggestions": false,
"editor.detectIndentation": false,
"editor.formatOnSave": false,
"eslint.format.enable": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
},
"javascript.format.semicolons": "insert",
"i18n-ally.localesPaths": [
"src/locales"
],
"i18n-ally.keystyle": "nested",
}
}
|