From 8f71513a1566c70c767eee2ba61f9b3edea5ebbf Mon Sep 17 00:00:00 2001 From: Shlee Date: Wed, 5 Nov 2025 19:55:07 +1300 Subject: [PATCH] Create pint.json --- pint.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pint.json diff --git a/pint.json b/pint.json new file mode 100644 index 000000000..2e2f8147c --- /dev/null +++ b/pint.json @@ -0,0 +1,20 @@ +{ + "preset": "laravel", + "rules": { + "simplified_null_return": true, + "not_operator_with_successor_space": true, + "ordered_imports": { + "sort_algorithm": "alpha" + }, + "no_unused_imports": true, + "array_syntax": { + "syntax": "short" + } + }, + "exclude": [ + "bootstrap/cache", + "storage", + "node_modules", + "vendor" + ] +}