From 84b230e16864bdcf02ed3c712d4321ad5881c52e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Fri, 27 Aug 2021 11:10:45 +0200 Subject: [PATCH] :fire: Remove Vue setting from global config --- .eslintrc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 81566ee78f..b067a1235e 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -9,7 +9,6 @@ module.exports = { parserOptions: { project: ['./packages/*/tsconfig.json'], sourceType: 'module', - extraFileExtensions: ['.vue'], }, ignorePatterns: [ '.eslintrc.js',