mirror of
https://gitee.com/eolink_admin/postcat.git
synced 2024-11-29 18:28:09 +08:00
7ef31d99e2
* stash * stash inceptor * feat: request success * fix: resolve conflict * fix: resolve conflict * fix: resolve conflict * fix: style * feat: add about page * test * feat: response http interceptor * stash * feat: basic data * feat:add api * fix: path error * feat: connect mock api * update code * fix: code conflict * Delete package-lock.json * update yarn * test * 暂存 * 暂存 * 暂存 * update code * update code * update code * update code * update code * update code * update code * feat: remote x-api-key token * 隐藏mock * update code * fix: api headers judge error * fix: lack http batch remove api * fix some style issue * update code * fix code conflict * fix some thing * fix: lack sort api&group * fix packing * update code Co-authored-by: buqiyuan <1743369777@qq.com>
45 lines
834 B
JSON
45 lines
834 B
JSON
{
|
|
"root": true,
|
|
"ignorePatterns": [
|
|
"dist/**/*",
|
|
"release/**/*"
|
|
],
|
|
"parserOptions": {
|
|
"ecmaVersion": "latest"
|
|
},
|
|
"overrides": [
|
|
{
|
|
"files": [
|
|
"*.ts"
|
|
],
|
|
"parserOptions": {
|
|
"project": [
|
|
// "./tsconfig.serve.json"
|
|
],
|
|
"createDefaultProgram": true
|
|
},
|
|
"extends": [],
|
|
"rules": {
|
|
"prefer-arrow/prefer-arrow-functions": 0,
|
|
"@typescript-eslint/member-ordering": 0,
|
|
"@angular-eslint/directive-selector": 0,
|
|
"@angular-eslint/component-selector": [
|
|
"error",
|
|
{
|
|
"type": "element",
|
|
"prefix": "eo",
|
|
"style": "kebab-case"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"files": [
|
|
"*.html"
|
|
],
|
|
"extends": [],
|
|
"rules": {}
|
|
}
|
|
]
|
|
}
|