chore: add script type rule to pint

This commit is contained in:
hackerESQ
2025-01-28 17:33:54 -06:00
parent 8320b54332
commit cdce46b6df
154 changed files with 319 additions and 7 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"preset": "laravel",
"rules": {
"declare_strict_types": true
}
}