初始化
This commit is contained in:
22
.eslintrc
Normal file
22
.eslintrc
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"extends": [
|
||||
"plugin:@typescript-eslint/recommended",
|
||||
"plugin:prettier/recommended",
|
||||
"prettier"
|
||||
],
|
||||
"plugins": [
|
||||
"progress",
|
||||
"@typescript-eslint",
|
||||
"prettier"
|
||||
],
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 2020,
|
||||
"sourceType": "module"
|
||||
},
|
||||
"rules": {
|
||||
"progress/activate": 1,
|
||||
"import/no-absolute-path": "off"
|
||||
},
|
||||
"overrides": [
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user