mamberamo/.styleci.yml

15 lines
194 B
YAML
Raw Normal View History

2022-04-13 08:51:55 +02:00
php:
preset: laravel
version: 8
disabled:
- no_unused_imports
finder:
not-name:
- index.php
- server.php
js:
finder:
not-name:
- webpack.mix.js
css: true