Skip to content

Commit 0a07f9b

Browse files
committed
Move all application folders to ./application
PR-URL: #184
1 parent 89b12c4 commit 0a07f9b

40 files changed

Lines changed: 55 additions & 9 deletions

application/.eslintrc.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"parserOptions": {
3+
"sourceType": "module"
4+
},
5+
"rules": {
6+
"id-denylist": [
7+
2,
8+
"application",
9+
"node",
10+
"npm",
11+
"api",
12+
"lib",
13+
"domain",
14+
"config"
15+
]
16+
}
17+
}

application/api/.eslintrc.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"globals": {
3+
"application": "readonly",
4+
"config": "readonly",
5+
"context": "readonly",
6+
"node": "readonly",
7+
"npm": "readonly",
8+
"lib": "readonly",
9+
"domain": "readonly"
10+
}
11+
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)