mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 11:16:31 -05:00
ESLint: Remove prettier/@typescript-eslint
This rule no longer exists. According to the documentation on https://github.com/prettier/eslint-config-prettier#installation this is not needed anymore. Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
04bc1c587c
commit
1ea4bd03d9
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ module.exports = {
|
|||
'eslint:recommended',
|
||||
'plugin:@typescript-eslint/recommended',
|
||||
'prettier',
|
||||
'prettier/@typescript-eslint',
|
||||
],
|
||||
root: true,
|
||||
env: {
|
||||
|
|
Loading…
Reference in a new issue