Skip to content

Commit

Permalink
Updated pre-commit hook to remove redundancy (trailheadapps#200)
Browse files Browse the repository at this point in the history
* Updated pre-commit hook to remove redundancy

* Merged pre-commit linting ops
  • Loading branch information
pozil authored Jul 2, 2020
1 parent 0415633 commit ab01900
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 @@ -47,7 +47,7 @@
"**/*.{cls,cmp,component,css,html,js,json,md,page,trigger,xml,yaml,yml}": [
"prettier --write"
],
"**/lwc/**": [
"**/{aura|lwc}/**": [
"eslint"
]
}
Expand Down

0 comments on commit ab01900

Please sign in to comment.