You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,12 @@ Extend the config in your `.eslintrc` file.
24
24
}
25
25
```
26
26
27
+
## 👼🏻 Does this work with vanilla JavaScript?
28
+
29
+
Yes!
30
+
31
+
It's named react-native-typescript because when it was originally made [@react-native-community/eslint-config](https://github.com/facebook/react-native/tree/master/packages/eslint-config-react-native-community) did not have TypeScript support. Now it instead extends [@react-native-community/eslint-config](https://github.com/facebook/react-native/tree/master/packages/eslint-config-react-native-community) to take advanage of their accumulated work but add additional features on top of that.
32
+
27
33
## 🧙 Configuration
28
34
29
35
Simply override any rule by assigning new settings below the extends section in your `.eslintrc` file.
0 commit comments