Skip to content

Commit b02b3ad

Browse files
committed
docs(readme): update readme
1 parent 54c1afd commit b02b3ad

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ Extend the config in your `.eslintrc` file.
2424
}
2525
```
2626

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+
2733
## 🧙 Configuration
2834

2935
Simply override any rule by assigning new settings below the extends section in your `.eslintrc` file.

0 commit comments

Comments
 (0)