website/.styleci.yml

14 lines
181 B
YAML
Raw Normal View History

2020-10-29 21:41:19 +01:00
php:
preset: laravel
disabled:
- no_unused_imports
finder:
not-name:
- index.php
- server.php
js:
finder:
not-name:
- webpack.mix.js
css: true