From 3610c3486b0969391742643192f1ddbc5b6bf9cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Sat, 5 Oct 2024 12:15:17 +0200 Subject: [PATCH] chore: remove deprecated rules --- base.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/base.js b/base.js index 66fa476..e2337a8 100644 --- a/base.js +++ b/base.js @@ -58,7 +58,6 @@ export default [ 'no-loss-of-precision': 'error', 'no-misleading-character-class': 'error', 'no-new-native-nonconstructor': 'error', - 'no-new-symbol': 'error', 'no-obj-calls': 'error', 'no-promise-executor-return': 'error', 'no-prototype-builtins': 'error', @@ -118,7 +117,6 @@ export default [ 'max-nested-callbacks': 'off', 'max-params': 'off', 'max-statements': 'off', - 'multiline-comment-style': 'off', 'new-cap': 'error', 'no-alert': 'error', 'no-array-constructor': 'error', @@ -229,7 +227,6 @@ export default [ //#endregion //#region Layout & Formatting (https://eslint.org/docs/latest/rules/#layout--formatting) - 'line-comment-position': 'off', 'unicode-bom': 'error', //#endregion