Try out removing prettier args from pre-commit config.
This commit is contained in:
committed by
Daniël van Noord
parent
a1aaa3de8f
commit
492abb66dc
@@ -3,11 +3,6 @@ repos:
|
||||
rev: v4.0.0-alpha.8
|
||||
hooks:
|
||||
- id: prettier
|
||||
args:
|
||||
- '--print-width=100'
|
||||
- '--single-quote'
|
||||
- '--trailing-comma=all'
|
||||
exclude: &build 'CookieMonster(Dev)?.js(.map)?'
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v5.0.0
|
||||
hooks:
|
||||
|
||||
Reference in New Issue
Block a user