mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-13 03:09:51 +03:00
new linting, make sure code is type safe
This commit is contained in:
7
.vscode/settings.json
vendored
7
.vscode/settings.json
vendored
@@ -6,6 +6,10 @@
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.fixAll": "explicit"
|
||||
},
|
||||
"eslint.validate": [
|
||||
"typescript"
|
||||
],
|
||||
"eslint.codeActionsOnSave.rules": null,
|
||||
"eslint.nodePath": "interface/.yarn/sdks",
|
||||
"eslint.workingDirectories": ["interface"],
|
||||
"prettier.prettierPath": "",
|
||||
@@ -87,5 +91,6 @@
|
||||
"cSpell.enableFiletypes": [
|
||||
"!cpp",
|
||||
"!typescript"
|
||||
]
|
||||
],
|
||||
"typescript.preferences.preferTypeOnlyAutoImports": true
|
||||
}
|
||||
Reference in New Issue
Block a user