Visual Console Refactor: removed a lint rule
Former-commit-id: 6fe271c140e14f1e6e8f3aa84d46309b8c9c7176
This commit is contained in:
parent
ba713713a7
commit
73e5dcf7f2
|
@ -12,7 +12,8 @@
|
|||
"plugin:@typescript-eslint/recommended"
|
||||
],
|
||||
"rules": {
|
||||
"no-console": "off",
|
||||
"@typescript-eslint/indent": "off",
|
||||
"no-console": "off"
|
||||
"@typescript-eslint/explicit-function-return-type": "off"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue