Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
fee0f21f2f
|
|||
f8e6286350
|
@ -421,7 +421,7 @@
|
||||
- [X] "no-inferrable-types"
|
||||
- [X] "no-magic-numbers"
|
||||
- [ ] "no-misused-new"
|
||||
- [ ] "no-misused-promises"
|
||||
- [X] "no-misused-promises"
|
||||
- [X] "no-namespace"
|
||||
- [ ] "no-non-null-asserted-optional-chain"
|
||||
- [ ] "no-non-null-assertion"
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@valentineus/eslint-config",
|
||||
"version": "0.0.7",
|
||||
"version": "0.0.8",
|
||||
"description": "Personal ESLint configuration",
|
||||
"main": "index.js",
|
||||
"repository": "git@code.valentineus.link:eslint-config.git",
|
||||
|
@ -70,6 +70,13 @@
|
||||
"ignoreReadonlyClassProperties": true
|
||||
}
|
||||
],
|
||||
"@typescript-eslint/no-misused-promises": [
|
||||
"error",
|
||||
{
|
||||
"checksConditionals": true,
|
||||
"checksVoidReturn": false
|
||||
}
|
||||
],
|
||||
"@typescript-eslint/no-namespace": [
|
||||
"error",
|
||||
{
|
||||
|
Reference in New Issue
Block a user