Skip to content

Commit

Permalink
chore: config lint-staged
Browse files Browse the repository at this point in the history
  • Loading branch information
guiseek committed Oct 1, 2023
1 parent c9afde8 commit e0257e1
Show file tree
Hide file tree
Showing 3 changed files with 493 additions and 5 deletions.
34 changes: 29 additions & 5 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,23 +27,47 @@
},
{
"sourceTag": "type:data-source",
"onlyDependOnLibsWithTags": ["type:util", "type:domain", "type:data-source"]
"onlyDependOnLibsWithTags": [
"type:util",
"type:domain",
"type:data-source"
]
},
{
"sourceTag": "type:data-access",
"onlyDependOnLibsWithTags": ["type:util", "type:domain", "type:data-access"]
"onlyDependOnLibsWithTags": [
"type:util",
"type:domain",
"type:data-access"
]
},
{
"sourceTag": "type:resource",
"onlyDependOnLibsWithTags": ["type:util", "type:data-source", "type:resource"]
"onlyDependOnLibsWithTags": [
"type:util",
"type:data-source",
"type:resource"
]
},
{
"sourceTag": "type:feature",
"onlyDependOnLibsWithTags": ["type:util", "type:data-access", "type:feature", "type:ui"]
"onlyDependOnLibsWithTags": [
"type:util",
"type:data-access",
"type:feature",
"type:ui"
]
},
{
"sourceTag": "type:app",
"onlyDependOnLibsWithTags": ["type:util", "type:data-source", "type:data-access", "type:resource", "type:feature", "type:ui"]
"onlyDependOnLibsWithTags": [
"type:util",
"type:data-source",
"type:data-access",
"type:resource",
"type:feature",
"type:ui"
]
},
{
"sourceTag": "side:server",
Expand Down
Loading

0 comments on commit e0257e1

Please sign in to comment.