actual/patches/eslint-config-react-app+3.0.5.patch
2022-04-28 22:44:38 -04:00

19 lines
512 B
Diff

diff --git a/node_modules/eslint-config-react-app/index.js b/node_modules/eslint-config-react-app/index.js
index ca232b8..2d88066 100644
--- a/node_modules/eslint-config-react-app/index.js
+++ b/node_modules/eslint-config-react-app/index.js
@@ -126,13 +126,6 @@ module.exports = {
},
],
'no-unused-labels': 'warn',
- 'no-unused-vars': [
- 'warn',
- {
- args: 'none',
- ignoreRestSiblings: true,
- },
- ],
'no-use-before-define': [
'warn',
{