update eslint config for eslint-config-prettier v8

This commit is contained in:
Labhansh Agrawal 2021-02-23 12:36:12 +05:30 committed by Benjamin Staneck
parent 8f15abfaca
commit 03f1f60fe7

View file

@ -89,7 +89,7 @@
],
"extends": [
"plugin:@typescript-eslint/recommended",
"prettier/@typescript-eslint"
"prettier"
],
"rules": {
"@typescript-eslint/explicit-function-return-type": "off",