This commit is contained in:
2025-12-16 11:09:13 +01:00
parent 8ed6ba1fd1
commit ce82b7822b
64 changed files with 521 additions and 328 deletions

View File

@@ -9,6 +9,9 @@
"ecmaVersion": 2022
},
"settings": {
"import/resolver": {
"typescript": {}
},
"boundaries/elements": [
{
"type": "website",
@@ -20,11 +23,11 @@
},
{
"type": "adapters",
"pattern": "adapters/**/*"
"pattern": ["adapters/**/*", "@adapters/**/*"]
},
{
"type": "core",
"pattern": "core/**/*"
"pattern": ["core/**/*", "@core/**/*"]
}
]
},