Added utils package for parsing helpers
This commit is contained in:
@@ -15,5 +15,12 @@ export default defineConfig([
|
||||
ecmaVersion: 2020,
|
||||
globals: globals.browser,
|
||||
},
|
||||
rules: {
|
||||
"@typescript-eslint/ban-ts-comment": [
|
||||
"error", {
|
||||
"ts-ignore": "allow-with-description"
|
||||
}
|
||||
],
|
||||
}
|
||||
},
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user