Skip to content

Commit

Permalink
Run Prettier on HTML files
Browse files Browse the repository at this point in the history
  • Loading branch information
j-f1 authored Nov 7, 2018
1 parent 336ff41 commit b39f201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/prettier.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const prettier = process.platform === 'win32' ? 'prettier.cmd' : 'prettier'
const prettierPath = Path.join(root, 'node_modules', '.bin', prettier)

const args = [
'**/*.{scss,y{,a}ml}',
'**/*.{scss,y{,a}ml,html}',
'app/**/*.{ts,tsx}',
'script/**/*.ts',
'--list-different',
Expand Down

0 comments on commit b39f201

Please sign in to comment.