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": {

@ -1 +1 @@
Subproject commit 6c30e0993198ec6918d620b34ab03bb0c7fc116f Subproject commit a9c26e6eaa672e599d8828906ac7c1d3a6b9a81a