brc/brc_laravel/brc/.styleci.yml

14 lines
174 B
YAML
Raw Normal View History

2020-09-29 21:32:40 +02:00
php:
preset: laravel
disabled:
- unused_use
finder:
not-name:
- index.php
- server.php
js:
finder:
not-name:
- webpack.mix.js
css: true