Update eslint.config.js
This commit is contained in:
committed by
Jacob Overgaard
parent
a31923c1e2
commit
d1f0437daf
@@ -80,6 +80,14 @@ export default [
|
||||
'@typescript-eslint/consistent-type-exports': 'error',
|
||||
'@typescript-eslint/consistent-type-imports': 'error',
|
||||
'@typescript-eslint/no-import-type-side-effects': 'warn',
|
||||
'@typescript-eslint/no-deprecated': 'warn',
|
||||
'jsdoc/check-tag-names': [
|
||||
'warn',
|
||||
{
|
||||
// allow all tags from https://github.com/runem/web-component-analyzer
|
||||
definedTags: ['element', 'attr', 'fires', 'prop', 'slot', 'cssprop', 'csspart'],
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user