Skip to content

Commit

Permalink
Enable JSX in .test.js files [major]
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Jun 20, 2021
1 parent b2ef58d commit 4447c99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ module.exports = {
'react/jsx-indent': ['error', 'tab', {checkAttributes: true}],
'react/jsx-one-expression-per-line': ['off'],
'react/no-multi-comp': ['off'],
'react/jsx-filename-extension': ['error', {extensions: ['.jsx', '.test.js']}],
'no-underscore-dangle': ['off']
}
};

0 comments on commit 4447c99

Please sign in to comment.