mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 09:46:30 -05:00
Enable ESLint rules with type-checks
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
0a337f03c5
commit
ba771fb7b6
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ module.exports = {
|
|||
extends: [
|
||||
'eslint:recommended',
|
||||
'plugin:@typescript-eslint/recommended',
|
||||
'plugin:@typescript-eslint/recommended-requiring-type-checking',
|
||||
'prettier',
|
||||
],
|
||||
root: true,
|
||||
|
|
Loading…
Reference in a new issue