Skip to content

Commit

Permalink
suppressing eslint warning (#21163)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaznak committed Jan 26, 2021
1 parent 7aa397f commit 07d4af9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/with-typescript-eslint-jest/.eslintrc.json
Expand Up @@ -16,6 +16,11 @@
"jest": true,
"node": true
},
"settings": {
"react": {
"version": "detect"
}
},
"rules": {
"react/react-in-jsx-scope": 0,
"react/display-name": 0,
Expand Down

0 comments on commit 07d4af9

Please sign in to comment.