Skip to content

Commit

Permalink
Prettier css files in pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
faultyserver committed Oct 29, 2019
1 parent ebc66c4 commit de4abb8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
entry: ./node_modules/.bin/prettier
language: node
stages: [commit]
files: ^(static/)*.js
files: ^(static/)*.(js|css)
args: ["--write"]
File renamed without changes.

0 comments on commit de4abb8

Please sign in to comment.