koel/lint-staged.config.js
2020-12-22 21:11:22 +01:00

3 lines
51 B
JavaScript

module.exports = {
'**/*.php': ['composer cs']
}