fix: wrong layout on search with few options

This commit is contained in:
C4illin 2024-09-26 23:37:19 +02:00
parent 2b4b8f9551
commit 88173891ba
5 changed files with 4 additions and 3 deletions

View file

@ -49,6 +49,7 @@ export default tseslint.config(
],
},
],
"import/no-named-as-default": "off",
},
},
);