MyHomeCollection/.styleci.yml

14 lines
174 B
YAML
Raw Normal View History

2020-07-23 12:26:10 +02:00
php:
preset: laravel
disabled:
- unused_use
finder:
not-name:
- index.php
- server.php
js:
finder:
not-name:
- webpack.mix.js
css: true