From d2283b02f01d4d498304df9ac2949b0bc58f089e Mon Sep 17 00:00:00 2001 From: Amrit Timalsina Date: Sat, 15 Oct 2022 13:24:48 +0545 Subject: [PATCH] Remove typescript react/jsx and add vue extension --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 58abacd..c90280e 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "webpack-bundle-analyzer": "^4.6.1" }, "lint-staged": { - "*.{js,jsx,ts,tsx}": [ + "*.{js,vue}": [ "eslint --quiet --cache --fix" ] },