mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
update eslint config for eslint-config-prettier v8
This commit is contained in:
parent
8f15abfaca
commit
03f1f60fe7
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@
|
||||||
],
|
],
|
||||||
"extends": [
|
"extends": [
|
||||||
"plugin:@typescript-eslint/recommended",
|
"plugin:@typescript-eslint/recommended",
|
||||||
"prettier/@typescript-eslint"
|
"prettier"
|
||||||
],
|
],
|
||||||
"rules": {
|
"rules": {
|
||||||
"@typescript-eslint/explicit-function-return-type": "off",
|
"@typescript-eslint/explicit-function-return-type": "off",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue