mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-18 09:04:44 -04: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: [
|
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…
Add table
Add a link
Reference in a new issue