Update ESLint configuration
Remove the line to disable the "github/no-then" rule.
This commit is contained in:
parent
378f1f95d7
commit
35fd0a93b1
1 changed files with 1 additions and 2 deletions
|
|
@ -49,8 +49,7 @@
|
|||
"@typescript-eslint/prefer-regexp-exec": "off",
|
||||
"@typescript-eslint/require-await": "off",
|
||||
"@typescript-eslint/restrict-template-expressions": "off",
|
||||
"func-style": "off",
|
||||
"github/no-then": "off"
|
||||
"func-style": "off"
|
||||
}
|
||||
}]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue