Skip to content

Commit

Permalink
build(eslint): Turn off react/react-in-jsx-scope
Browse files Browse the repository at this point in the history
  • Loading branch information
ruedap committed May 30, 2020
1 parent b41554a commit 0b93cf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ module.exports = {
'no-new': ['off'],
'react/prop-types': ['off'],
'no-console': ['warn'],
'react/react-in-jsx-scope': 'off',
'react/jsx-curly-spacing': ['error', {
when: 'always',
allowMultiline: true,
Expand Down

0 comments on commit 0b93cf4

Please sign in to comment.