Skip to content

Commit 7896164

Browse files
committed
ci
1 parent 61aec19 commit 7896164

File tree

5 files changed

+2067
-622
lines changed

5 files changed

+2067
-622
lines changed

.lintstagedrc.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"**/*.php": [
3+
"./vendor/bin/ecs check --ansi --fix",
4+
"./vendor/bin/phpstan analyse"
5+
],
6+
"*": "prettier --ignore-unknown --write"
7+
}

0 commit comments

Comments
 (0)