23 lines
441 B
Plaintext
23 lines
441 B
Plaintext
{
|
|
"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": [
|
|
]
|
|
}
|