Files
Test-Eloquent-Relationships/.styleci.yml
T

15 lines
194 B
YAML
Raw Normal View History

2021-11-22 07:06:44 +02:00
php:
preset: laravel
version: 8
disabled:
- no_unused_imports
finder:
not-name:
- index.php
- server.php
js:
finder:
not-name:
- webpack.mix.js
css: true