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