Skip to content

Commit 3261362

Browse files
committed
feat(parser): defined babel-eslint as the parser
1 parent c27cb27 commit 3261362

File tree

3 files changed

+1509
-27
lines changed

3 files changed

+1509
-27
lines changed

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module.exports = {
22
plugins: ['react-hooks'],
33

4+
parser: 'babel-eslint',
5+
46
rules: {
57
'react/jsx-filename-extension': ['error', {extensions: ['.js']}],
68
'react/require-default-props': 'off',

0 commit comments

Comments
 (0)