mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
MOB-978 turn off restricted-syntax rule to allow loops
This commit is contained in:
@@ -84,6 +84,7 @@ module.exports = {
|
||||
"no-var": 1,
|
||||
"operator-linebreak": [2, "before"],
|
||||
"prefer-const": [2, { destructuring: "all" }],
|
||||
"no-restricted-syntax": 0,
|
||||
// "react/forbid-prop-types": 0,
|
||||
"react/prop-types": 0,
|
||||
"react/destructuring-assignment": 0,
|
||||
|
||||
Reference in New Issue
Block a user