enable strict mode

This commit is contained in:
sua yoo 2023-11-20 13:31:20 -08:00
parent 219f8b798d
commit c3edc253f8
No known key found for this signature in database
GPG Key ID: 5AD1B4C02D4F0567

View File

@ -2,5 +2,7 @@
"search.exclude": {
"**/__generated__": true,
"**/xliff": true
}
},
"lit-plugin.strict": true,
"lit-plugin.rules.no-missing-import": "off"
}