Skip to content

Commit 60702bb

Browse files
恢复babel.config的eslink,删除不需要上传的flowconfig (#65)
* react-native升级0.63.2 * 恢复babel的eslink * flx删除不需要上传的flowconfig Co-authored-by: [email protected] <[email protected]>
1 parent 26b525e commit 60702bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

babel.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
module.exports = {
22
presets: ['module:metro-react-native-babel-preset'],
3+
parser: '@typescript-eslint/parser',
4+
plugins: ['@typescript-eslint'],
35
};

0 commit comments

Comments
 (0)