mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
17 lines
178 B
YAML
17 lines
178 B
YAML
preset: laravel
|
|
|
|
linting: true
|
|
|
|
enabled:
|
|
- alpha_ordered_imports
|
|
|
|
disabled:
|
|
- length_ordered_imports
|
|
|
|
finder:
|
|
exclude:
|
|
- "node_modules"
|
|
- "public"
|
|
- "tests"
|
|
- "vendor"
|