mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-10-26 11:38:13 +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
@ -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 New Issue
Block a user