added compact mode switcher

This commit is contained in:
2022-09-13 17:53:30 +02:00
parent 859c1d81b7
commit 3c010efb59
24 changed files with 1297 additions and 74 deletions

View File

@@ -38,7 +38,9 @@
"selector": "parameter"
}],
"react/static-property-placement": ["off"],
"react/prop-types": ["off"]
"react/prop-types": ["off"],
"no-shadow": "off",
"@typescript-eslint/no-shadow": ["error"]
},
"settings": {
"import/resolver": {