LinkStack/.styleci.yml

14 lines
181 B
YAML
Raw Permalink Normal View History

2021-04-16 01:00:00 +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