mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
chore(tooling): add peck for typo checking
This commit is contained in:
parent
9cfe936311
commit
350894f2e8
1 changed files with 9 additions and 0 deletions
9
peck.json
Normal file
9
peck.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"preset": "laravel",
|
||||
"ignore": {
|
||||
"words": [
|
||||
"php"
|
||||
],
|
||||
"paths": []
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue