Skip to content

Commit

Permalink
fix: eslint lint-staged missing package.json as single line
Browse files Browse the repository at this point in the history
  • Loading branch information
agung2001 committed Dec 25, 2022
1 parent fff6a82 commit 15b96bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@
"vis-network": "^9.1.2"
},
"lint-staged": {
"assets/components/**/*.{js,svelte}": "eslint --fix",
"assets/components/**/*.{js,svelte}": "prettier --write",
"assets/components/**/*.{js,svelte}": "eslint --fix && prettier --write",
"assets/css/**/*.{css,scss}": "prettier --write"
}
}

0 comments on commit 15b96bb

Please # to comment.