Skip to content

Commit 60d15d4

Browse files
authored
Merge pull request #13 from novemberfiveco/improvement/react-native-eslint-rules
fix: remove deprecated rule
2 parents 3a46be1 + 915a33a commit 60d15d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/react-native/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ module.exports = {
140140

141141
curly: 1, // specify curly brace conventions for all control statements
142142
radix: 1, // require use of the second argument for parseInt()
143-
"no-reserved-keys": 2, // disallow reserved words being used as object literal keys (off by default)
144143
"object-curly-spacing": ["warn", "always"],
145144
"no-unused-vars": "off",
146145
"no-console": ["warn", { allow: ["warn", "error", "info"] }],

0 commit comments

Comments
 (0)