lsky-pro/.styleci.yml

14 lines
175 B
YAML
Raw Normal View History

2021-12-10 09:11:15 +08:00
php:
preset: laravel
version: 8
disabled:
- no_unused_imports
finder:
not-name:
- index.php
js:
finder:
not-name:
- webpack.mix.js
css: true