Skip to content

Commit 4fcff4b

Browse files
committed
fix(lint): remove the react/destructuring-assignment rule
It's becoming an annoying rule, and has some bugs involving it. closes #20
1 parent 330ef3b commit 4fcff4b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/config/eslintrc.web.js

-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ const config = {
4242
'error',
4343
{ allowRequiredDefaults: false },
4444
],
45-
'react/destructuring-assignment': ['error', 'always'],
4645
'react/forbid-prop-types': [
4746
'error',
4847
{

0 commit comments

Comments
 (0)