Fix maze utils warnings

This commit is contained in:
Ajay
2023-06-30 03:01:09 -04:00
parent e1982f265e
commit 75eb63632f
2 changed files with 5 additions and 2 deletions

View File

@@ -24,7 +24,10 @@
"no-self-assign": "off", "no-self-assign": "off",
"@typescript-eslint/no-empty-interface": "off", "@typescript-eslint/no-empty-interface": "off",
"react/prop-types": [2, { "ignore": ["children"] }], "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": { "settings": {
"react": { "react": {