feat: add services package
This commit is contained in:
9
packages/services/.eslintrc
Normal file
9
packages/services/.eslintrc
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"extends": "../../.eslintrc",
|
||||
"parserOptions": {
|
||||
"project": "./linter.tsconfig.json"
|
||||
},
|
||||
"rules": {
|
||||
"@typescript-eslint/no-explicit-any": ["warn", { "ignoreRestArgs": true }]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user