Skip to content

Commit c52979f

Browse files
committed
🐛 Set correct settings.react.version
1 parent 269aa72 commit c52979f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = {
1616
},
1717
settings: {
1818
react: {
19-
version: 'detetect',
19+
version: 'detect',
2020
},
2121
},
2222
extends: [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arelstone/eslint-config-react-native-typescript",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "My eslint rules",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)