phpvue/.styleci.yml

13 lines
162 B
YAML
Raw Normal View History

2022-07-07 17:14:40 +08:00
php:
preset: laravel
disabled:
- no_unused_imports
finder:
not-name:
- index.php
js:
finder:
not-name:
- vite.config.js
css: true