From fbddaa39e830e1ac44e7821d219ca7859af79e95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leyla=20J=C3=A4hnig?= Date: Thu, 21 Jul 2022 06:10:13 +0200 Subject: chore(linter): set 'jsdoc/sort-tags' rule to 'error' (#1173) --- .eslintrc.js | 4 +--- 1 file changed, 1 insertion(+), 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: { -- cgit v1.2.3