feat(test): Add peck for typo checking

This commit is contained in:
peaklabs-dev
2025-03-18 15:15:46 +01:00
parent d4c251d995
commit ffcd79192f
+9
View File
@@ -0,0 +1,9 @@
{
"preset": "laravel",
"ignore": {
"words": [
"php"
],
"paths": []
}
}