Skip to content

Commit

Permalink
🐛 Remove react-native/react-native key
Browse files Browse the repository at this point in the history
  • Loading branch information
arelstone committed Apr 12, 2022
1 parent c52979f commit 45a11a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ module.exports = {
node: true,
es6: true,
jest: true,
'react-native/react-native': true,
},
settings: {
react: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arelstone/eslint-config-react-native-typescript",
"version": "1.1.2",
"version": "1.1.3",
"description": "My eslint rules",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 45a11a7

Please sign in to comment.