Commit 7a0c0e9
authored
fix: remove babel-eslint parser due to lack of support for typescript (#274)
This PR removes `@babel/eslint-parser` as it causes Eslint to crash.
It's crashing because babel eslint parser doesn't support typescript rules.
For more details about that you can [visit babel eslint package](https://www.npmjs.com/package/@babel/eslint-parser#typescript)1 parent 782312d commit 7a0c0e9
File tree
1 file changed
+0
-2
lines changed- packages/create-react-native-library/templates/common
1 file changed
+0
-2
lines changedLines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | 50 | | |
52 | 51 | | |
53 | 52 | | |
| |||
105 | 104 | | |
106 | 105 | | |
107 | 106 | | |
108 | | - | |
109 | 107 | | |
110 | 108 | | |
111 | 109 | | |
| |||
0 commit comments