Skip to content

Commit

Permalink
chore: prettier on eslint (#27489)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdz committed Oct 20, 2020
1 parent 192ad80 commit 73d50b7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,7 @@ module.exports = {
// bump to @typescript-eslint/parser started showing Flow related errors in ts(x) files
// so disabling them in .ts(x) files
"flowtype/no-types-missing-file-annotation": "off",
"@typescript-eslint/array-type": [
'error',
{ default: 'generic' },
],
"@typescript-eslint/array-type": ["error", { default: "generic" }],
},
},
],
Expand Down

0 comments on commit 73d50b7

Please sign in to comment.