Enforce eslint rules not to import anything from excalidraw package inside common & element

This commit is contained in:
Marcel Mraz 2025-03-24 13:58:36 +01:00
parent 033fcfea14
commit c82f486e88
No known key found for this signature in database
GPG key ID: 4EBD6E62DC830CD2
6 changed files with 29 additions and 1 deletions

View file

@ -0,0 +1,3 @@
{
"extends": ["../eslintrc.base.json"]
}