Skip to content

Commit

Permalink
eslint-disable-next-line prefer-destructuring
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobbykumar706584 committed May 3, 2022
1 parent 43bf8a7 commit 28648c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"no-underscore-dangle": "off",
"max-len": "off",
"no-plusplus": ["error", { "allowForLoopAfterthoughts": true }],
"prefer-destructuring": "off",
"no-param-reassign": [2, { "props": false }],
"camelcase": "off",
"react/jsx-filename-extension": [
Expand Down

0 comments on commit 28648c1

Please sign in to comment.