From 96468499350b852c778cceea69c48839a5995dd0 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Tue, 7 Jul 2020 16:57:35 +0200 Subject: [PATCH] Add @typescript-eslint/array-type configuration --- .eslintrc.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index ae6c05b093..d78f959028 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -27,10 +27,11 @@ module.exports = { "no-shadow": "warn", "no-unused-vars": "off", // disabled in favour of @typescript-eslint/no-unused-vars, see https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-unused-vars.md "prefer-const": "warn", - "radix": ["warn", "always"], + radix: ["warn", "always"], "spaced-comment": ["warn", "always", { line: { markers: ["/