aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeyla Jähnig <[email protected]>2022-07-21 06:10:13 +0200
committerGitHub <[email protected]>2022-07-21 12:10:13 +0800
commitfbddaa39e830e1ac44e7821d219ca7859af79e95 (patch)
tree7db9d4f52a78852e293b24a68f5e243213461585
parentb0a4847eb7eac12005c820bc3057f06da93f034f (diff)
downloadfaker-fbddaa39e830e1ac44e7821d219ca7859af79e95.tar.xz
faker-fbddaa39e830e1ac44e7821d219ca7859af79e95.zip
chore(linter): set 'jsdoc/sort-tags' rule to 'error' (#1173)
-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: {