infojune/.styleci.yml

14 lines
181 B
YAML
Raw Normal View History

2020-10-10 12:12:44 +02:00
php:
preset: laravel
disabled:
- no_unused_imports
finder:
not-name:
- index.php
- server.php
js:
finder:
not-name:
- webpack.mix.js
css: true