Fix lint-staged config (https://github.com/woocommerce/woocommerce-blocks/pull/684)
This commit is contained in:
parent
4ec6a1052e
commit
2e32632e73
|
@ -93,12 +93,10 @@
|
|||
}
|
||||
},
|
||||
"lint-staged": {
|
||||
"linters": {
|
||||
"*.php": [
|
||||
"php -d display_errors=1 -l",
|
||||
"composer run-script phpcs"
|
||||
]
|
||||
}
|
||||
},
|
||||
"browserslist": [
|
||||
"last 1 version",
|
||||
|
|
Loading…
Reference in New Issue