chore(tooling): add peck for typo checking

This commit is contained in:
peaklabs-dev 2025-03-18 15:15:46 +01:00
parent 9cfe936311
commit 350894f2e8
No known key found for this signature in database

9
peck.json Normal file
View file

@ -0,0 +1,9 @@
{
"preset": "laravel",
"ignore": {
"words": [
"php"
],
"paths": []
}
}