Skip to content

Commit fbddaa3

Browse files
chore(linter): set 'jsdoc/sort-tags' rule to 'error' (#1173)
1 parent b0a4847 commit fbddaa3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.eslintrc.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,7 @@ module.exports = defineConfig({
7272
'jsdoc/require-returns-type': 'off',
7373
'jsdoc/require-returns': 'off',
7474
'jsdoc/tag-lines': 'off',
75-
76-
// We want to explicitly set this rule to error in the future
77-
'jsdoc/sort-tags': 'warn',
75+
'jsdoc/sort-tags': 'error',
7876
},
7977
settings: {
8078
jsdoc: {

0 commit comments

Comments
 (0)