diff --git a/.eslintrc.js b/.eslintrc.js index 41fc4a248..dec3cef40 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -130,7 +130,7 @@ module.exports = { "no-undef": "error", "@typescript-eslint/array-type": ["error", { - default: "array" + default: "array", }], "@typescript-eslint/no-unused-vars": [ "error",