Skip to content

Commit 8ccfbb4

Browse files
Add better formatting
1 parent 2178ea9 commit 8ccfbb4

File tree

3 files changed

+735
-0
lines changed

3 files changed

+735
-0
lines changed

lint-staged.config.js

+3
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)