From 7a34e9dbd676cb5bbc2feed691da95ca0396570b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20N=C3=A4sman?= Date: Sun, 11 Apr 2021 11:57:22 +0300 Subject: [PATCH] Fix ESLint file formats --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 7191034..dbb32a1 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -13,7 +13,7 @@ module.exports = { overrides: [ { // List of file extensions to lint. - files: "**/*.{js,ts,vue}", + files: "**/*.{js,jsx,ts,tsx,vue}", }, { // Remove when `` works with ESLint.