Update eslint.config.js

This commit is contained in:
Mads Rasmussen
2025-05-06 22:26:26 +02:00
committed by Jacob Overgaard
parent a31923c1e2
commit d1f0437daf

View File

@@ -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'],
},
],
},
},