kuvia/.styleci.yml

14 lines
181 B
YAML
Raw Normal View History

2021-01-11 11:49:50 +00:00
php:
preset: laravel
disabled:
- no_unused_imports
finder:
not-name:
- index.php
- server.php
js:
finder:
not-name:
- webpack.mix.js
css: true