mirror of
https://github.com/pelican-dev/panel.git
synced 2025-03-14 09:57:36 +00:00
* chore: yarn upgrade * chore: composer upgrade * chore: php artisan filament:upgrade * chore: update filament-monaco-editor-views * chore: update filament-monaco-editor-configs * chore: move turnstile-views to plugins * fix monaco-editor loader & css
11 lines
273 B
JSON
11 lines
273 B
JSON
{
|
|
"preset": "laravel",
|
|
"rules": {
|
|
"concat_space": false,
|
|
"new_with_parentheses": {"anonymous_class": false},
|
|
"not_operator_with_successor_space": false,
|
|
"ordered_imports": false,
|
|
"single_line_comment_spacing": false
|
|
}
|
|
}
|