From 8c987c4032632cebd7ed982979966f8b15d10f22 Mon Sep 17 00:00:00 2001 From: Shinigami Date: Thu, 29 Aug 2024 18:04:49 +0200 Subject: [PATCH] Apply suggestions from code review --- eslint.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/eslint.config.js b/eslint.config.js index 58251c8ec77..7f36e22fc39 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -132,7 +132,6 @@ export default tseslint.config( '@stylistic': stylistic, }, rules: { - '@stylistic/semi': 'error', '@stylistic/padding-line-between-statements': [ 'error', { blankLine: 'always', prev: 'block-like', next: '*' },