We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 327a3cf commit 2a35956Copy full SHA for 2a35956
.vscode/settings.json
@@ -1,10 +1,15 @@
1
{
2
"editor.formatOnSave": true,
3
+ "editor.defaultFormatter": "dbaeumer.vscode-eslint",
4
+ "editor.codeActionsOnSave": {
5
+ "source.fixAll.eslint": true
6
+ },
7
"i18n-ally.localesPaths": ["./packages/flat-i18n/locales/"],
8
"i18n-ally.enabledFrameworks": ["react", "i18next"],
9
"i18n-ally.keystyle": "nested",
10
"i18n-ally.sourceLanguage": "zh-CN",
11
"i18n-ally.displayLanguage": "zh-CN",
12
+ "eslint.enable": true,
13
"eslint.workingDirectories": [
14
15
"directory": "desktop/main-app",
0 commit comments