diff --git a/.eslintrc.js b/.eslintrc.js index 5255776538415..2901d6cfe4a5e 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -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" }], }, }, ],