From 8131604192d06ecbf8f19a039a3f497d5e12918e Mon Sep 17 00:00:00 2001 From: Devlin Junker Date: Wed, 30 Nov 2022 21:20:03 -1000 Subject: lint the .ts and spec.ts files also Signed-off-by: Devlin Junker --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) (limited to '.eslintrc.js') diff --git a/.eslintrc.js b/.eslintrc.js index 38ada6387..6f719bc0e 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -23,6 +23,7 @@ module.exports = { rules: { 'no-console': 'warn', '@typescript-eslint/no-var-requires': 'off', + // TODO: Trouble importing .ts files into .vue files for some reason? 'import/extensions': 'off', 'n/no-missing-import': 'off', -- cgit v1.2.3