diff options
| author | Leyla Jähnig <[email protected]> | 2022-07-21 06:10:13 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-07-21 12:10:13 +0800 |
| commit | fbddaa39e830e1ac44e7821d219ca7859af79e95 (patch) | |
| tree | 7db9d4f52a78852e293b24a68f5e243213461585 | |
| parent | b0a4847eb7eac12005c820bc3057f06da93f034f (diff) | |
| download | faker-fbddaa39e830e1ac44e7821d219ca7859af79e95.tar.xz faker-fbddaa39e830e1ac44e7821d219ca7859af79e95.zip | |
chore(linter): set 'jsdoc/sort-tags' rule to 'error' (#1173)
| -rw-r--r-- | .eslintrc.js | 4 |
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: { |
