MOB-978 turn off restricted-syntax rule to allow loops

This commit is contained in:
Ryan Stelly
2025-10-31 11:33:19 -05:00
parent 73af23e649
commit 362ed537ee

View File

@@ -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,