Aknaproff/.styleci.yml

14 lines
174 B
YAML
Raw Normal View History

2023-09-21 12:45:08 +00:00
php:
preset: laravel
disabled:
- unused_use
finder:
not-name:
- index.php
- server.php
js:
finder:
not-name:
- webpack.mix.js
css: true