From 4759e1816886b90ffaee77be03a8482e3fc9be04 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Tue, 21 Jan 2025 13:09:59 +0700 Subject: [PATCH] Add `react/jsx-props-no-spread-multi` rule https://github.com/jsx-eslint/eslint-plugin-react/blob/v7.35.0/docs/rules/jsx-props-no-spread-multi.md --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 2580131..b0025b9 100644 --- a/index.js +++ b/index.js @@ -185,6 +185,7 @@ export default [ 'react/jsx-fragments': ['error', 'syntax'], 'react/jsx-pascal-case': 'error', 'react/jsx-props-no-multi-spaces': 'error', + 'react/jsx-props-no-spread-multi': 'error', 'react/jsx-sort-props': [ 'error', {