diff --git a/.eslintrc.json b/.eslintrc.json index 4310d618..9651d379 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -24,7 +24,10 @@ "no-self-assign": "off", "@typescript-eslint/no-empty-interface": "off", "react/prop-types": [2, { "ignore": ["children"] }], - "@typescript-eslint/member-delimiter-style": "warn" + "@typescript-eslint/member-delimiter-style": "warn", + "@typescript-eslint/no-non-null-assertion": "off", + "@typescript-eslint/ban-ts-comment": "off", + "@typescript-eslint/no-this-alias": "off" }, "settings": { "react": { diff --git a/maze-utils b/maze-utils index 6c30e099..a9c26e6e 160000 --- a/maze-utils +++ b/maze-utils @@ -1 +1 @@ -Subproject commit 6c30e0993198ec6918d620b34ab03bb0c7fc116f +Subproject commit a9c26e6eaa672e599d8828906ac7c1d3a6b9a81a