generated from blueplum/typescript-template
feat: basically the whole package
This commit is contained in:
@@ -45,6 +45,14 @@ export default defineConfig([
|
||||
reportUsedIgnorePattern: true,
|
||||
},
|
||||
],
|
||||
"@typescript-eslint/no-unnecessary-condition": [
|
||||
"error",
|
||||
{
|
||||
allowConstantLoopConditions:
|
||||
"only-allowed-literals",
|
||||
},
|
||||
],
|
||||
"no-empty-pattern": "off",
|
||||
},
|
||||
languageOptions: {
|
||||
parserOptions: {
|
||||
|
||||
Reference in New Issue
Block a user