From 212604a0b01b4a12079543a346317fd329d8b560 Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Fri, 14 Jun 2024 15:54:58 -0600 Subject: [PATCH] fix(eslint): make no-semi safe --- eslint.js | 1 + 1 file changed, 1 insertion(+) diff --git a/eslint.js b/eslint.js index f0794aa..436e307 100644 --- a/eslint.js +++ b/eslint.js @@ -46,6 +46,7 @@ export const config = [ }, }, rules: { + 'no-unexpected-multiline': ERROR, 'no-warning-comments': [ ERROR, { terms: ['FIXME'], location: 'anywhere' },