mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 16:59:50 +03:00
fix prettier on win10
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
"rules": {
|
"rules": {
|
||||||
// 0 = ignore, 1 = warning, 2 = error
|
// 0 = ignore, 1 = warning, 2 = error
|
||||||
"no-console": 0,
|
"no-console": 0,
|
||||||
"prettier/prettier": 2,
|
"prettier/prettier": ["error", { endOfLine: "auto" }],
|
||||||
"explicit-function-return-type": 0,
|
"explicit-function-return-type": 0,
|
||||||
"@typescript-eslint/explicit-module-boundary-types": 0,
|
"@typescript-eslint/explicit-module-boundary-types": 0,
|
||||||
"@typescript-eslint/no-var-requires": 0,
|
"@typescript-eslint/no-var-requires": 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user