From c2ee0ee91085de10650670875d36a238cffb24f6 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Sun, 17 Nov 2024 19:03:42 +0000 Subject: [PATCH] Make React rules violation an error --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 50365a09ee..aace373b21 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -79,7 +79,7 @@ module.exports = { }, ], 'simple-import-sort/exports': 'error', - 'react-compiler/react-compiler': 'warn', + 'react-compiler/react-compiler': 'error', 'no-restricted-imports': [ 'error', {