Skip to content

Commit

Permalink
Prefer simpler array syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
swansontec committed Sep 24, 2020
1 parent 209e7bf commit 3afe1aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
"plugins": ["react-native", "react", "simple-import-sort"],
"rules": {
"camelcase": "warn",
"flowtype/array-style-complex-type": ["error", "verbose"],
"flowtype/array-style-simple-type": ["error", "shorthand"],
"flowtype/require-valid-file-annotation": [2, "always"],
"no-var": "error",
"react-native/no-inline-styles": 0,
Expand Down

0 comments on commit 3afe1aa

Please sign in to comment.