mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-30 04:39:55 -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
169639cf81
commit
7388cafe45
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ module.exports = {
|
||||||
'eslint:recommended',
|
'eslint:recommended',
|
||||||
'plugin:@typescript-eslint/recommended',
|
'plugin:@typescript-eslint/recommended',
|
||||||
'prettier',
|
'prettier',
|
||||||
'prettier/@typescript-eslint',
|
|
||||||
],
|
],
|
||||||
root: true,
|
root: true,
|
||||||
env: {
|
env: {
|
||||||
|
|
Loading…
Reference in a new issue