We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2178ea9 commit 8ccfbb4Copy full SHA for 8ccfbb4
lint-staged.config.js
@@ -0,0 +1,3 @@
1
+module.exports = {
2
+ '**/*.php': ['php ./vendor/bin/php-cs-fixer fix --config .php-cs-fixer.dist.php --allow-risky=yes'],
3
+};
0 commit comments