Remove typescript react/jsx and add vue extension

pull/398/head
Amrit Timalsina 2022-10-15 13:24:48 +05:45
parent 88b4c6ce83
commit d2283b02f0
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@
"webpack-bundle-analyzer": "^4.6.1"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"*.{js,vue}": [
"eslint --quiet --cache --fix"
]
},