Update all relevant dev tool deps

Delete esformatter

Address lint failures

Delete unknown component property

remove deprecated stylelint rules

Address stylelint violation

Update rimraf

(cherry picked from commit 4aba540b894729c730640f03b2f96c451af2dba0)
This commit is contained in:
Benjamin Staneck
2023-04-30 22:29:24 +02:00
committed by Bogdan
parent 061a0c0da8
commit 1ca8ff5012
5 changed files with 471 additions and 697 deletions

View File

@@ -1,12 +1,9 @@
.inputContainer {
top: -1px;
right: -1px;
bottom: -1px;
left: -1px;
display: flex;
align-items: start;
flex-wrap: wrap;
padding: 1px 16px;
min-height: 33px;
cursor: default;
inset: -1px;
}