Skip to content

Commit d1f0437

Browse files
madsrasmusseniOvergaard
authored andcommitted
Update eslint.config.js
1 parent a31923c commit d1f0437

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Umbraco.Web.UI.Client/eslint.config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,14 @@ export default [
8080
'@typescript-eslint/consistent-type-exports': 'error',
8181
'@typescript-eslint/consistent-type-imports': 'error',
8282
'@typescript-eslint/no-import-type-side-effects': 'warn',
83+
'@typescript-eslint/no-deprecated': 'warn',
84+
'jsdoc/check-tag-names': [
85+
'warn',
86+
{
87+
// allow all tags from https://github.com/runem/web-component-analyzer
88+
definedTags: ['element', 'attr', 'fires', 'prop', 'slot', 'cssprop', 'csspart'],
89+
},
90+
],
8391
},
8492
},
8593

0 commit comments

Comments
 (0)