aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.eslintrc.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index 6f24766d..4e12b747 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -72,9 +72,7 @@ module.exports = defineConfig({
'jsdoc/require-returns-type': 'off',
'jsdoc/require-returns': 'off',
'jsdoc/tag-lines': 'off',
-
- // We want to explicitly set this rule to error in the future
- 'jsdoc/sort-tags': 'warn',
+ 'jsdoc/sort-tags': 'error',
},
settings: {
jsdoc: {