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)

Close #2454
Close #2460
This commit is contained in:
Benjamin Staneck
2023-04-30 22:29:24 +02:00
committed by Bogdan
parent 9423ddeb34
commit 72ef8b91d4
4 changed files with 14 additions and 423 deletions
@@ -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;
}