enable strict mode
This commit is contained in:
parent
219f8b798d
commit
c3edc253f8
4
frontend/.vscode/settings.json
vendored
4
frontend/.vscode/settings.json
vendored
@ -2,5 +2,7 @@
|
|||||||
"search.exclude": {
|
"search.exclude": {
|
||||||
"**/__generated__": true,
|
"**/__generated__": true,
|
||||||
"**/xliff": true
|
"**/xliff": true
|
||||||
}
|
},
|
||||||
|
"lit-plugin.strict": true,
|
||||||
|
"lit-plugin.rules.no-missing-import": "off"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user