Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #789 from yokinist/hotfix-eslint-setting
Browse files Browse the repository at this point in the history
scssファイルを更新できるように修正
  • Loading branch information
yokinist authored Mar 7, 2020
2 parents 11f445b + f63af54 commit a7ca6cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"lint": "eslint './**/*.{js,ts,vue}' --fix"
},
"lint-staged": {
"*.{js,ts,scss,css,vue}": [
"*.{js,ts,vue}": [
"eslint --fix",
"git add"
]
Expand Down

0 comments on commit a7ca6cf

Please sign in to comment.