Skip to content

Commit 8b25093

Browse files
committed
Update
1 parent 0b4b3c0 commit 8b25093

File tree

6 files changed

+71
-1017
lines changed

6 files changed

+71
-1017
lines changed

.eslintrc.js

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
module.exports = {
2-
parser: 'babel-eslint',
3-
extends: ['standard', 'prettier', 'plugin:react/recommended'],
4-
plugins: ['prettier', 'react'],
2+
extends: ['standard', 'prettier'],
3+
plugins: ['prettier'],
54
rules: {
65
'prettier/prettier': [
76
'error',
87
{
98
singleQuote: true,
109
semi: false,
1110
},
12-
],
13-
'react/jsx-no-bind': 'error'
11+
]
1412
},
1513
env: { mocha: true }
16-
}
14+
}

0 commit comments

Comments
 (0)