Skip to content

Instantly share code, notes, and snippets.

View SerhiiCho's full-sized avatar
🤚
Working on Open source

Sergey SerhiiCho

🤚
Working on Open source
View GitHub Profile
@SerhiiCho
SerhiiCho / pint.json
Last active May 27, 2024 03:49
Configuration file for Laravel Pint
{
"preset": "psr12",
"rules": {
"is_null": true,
"declare_strict_types": true,
"strict_comparison": true,
"no_unused_imports": true,
"explicit_string_variable": true,
"native_function_casing": true,
"native_function_type_declaration_casing": true,