Skip to content

Commit

Permalink
feat(eslint): turn off jsx-a11y/no-onchange
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkH817 committed Jul 5, 2020
1 parent cdde088 commit 1072e40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"newlines-between": "always"
}
],
"jsx-a11y/no-onchange": "off",
"react/jsx-fragments": "off",
"react/jsx-uses-react": "error",
"react/jsx-uses-vars": "error",
Expand Down
1 change: 1 addition & 0 deletions test/__snapshots__/index.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Object {
"newlines-between": "always",
},
],
"jsx-a11y/no-onchange": "off",
"lines-between-class-members": "error",
"max-statements-per-line": "error",
"no-multiple-empty-lines": Array [
Expand Down

0 comments on commit 1072e40

Please sign in to comment.