Browse Source

Prettier

pull/12612/head
brandonkelly 3 years ago
parent
commit
01ca1e3631
No known key found for this signature in database GPG Key ID: 5E86D0CED64C7093
  1. 4
      .lintstagedrc.json

4
.lintstagedrc.json

@ -1,6 +1,4 @@
{
"**/*.php": [
"./vendor/bin/ecs check --ansi --fix"
],
"**/*.php": ["./vendor/bin/ecs check --ansi --fix"],
"*": "prettier --ignore-unknown --write"
}
Loading…
Cancel
Save