Skip to content

Commit 5133a63

Browse files
committed
fix: use correct signs
1 parent 1904377 commit 5133a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ module.exports = {
4747
parser: '@babel/eslint-parser',
4848
parserOptions: {
4949
'babelOptions': {
50-
'presets': ['@babel/preset-react", "@babel/preset-flow']
50+
'presets': ['@babel/preset-react', '@babel/preset-flow']
5151
},
5252
},
5353
plugins: ['flowtype'],

0 commit comments

Comments
 (0)