laravel/.styleci.yml
Graham Campbell ce62296fa9
[9.x] Don't need to ignore vite config file (#5953)
* Don't need to ignore vite config file

* Apply fixes from StyleCI

Co-authored-by: StyleCI Bot <bot@styleci.io>
2022-07-26 08:05:37 -05:00

10 lines
120 B
YAML

php:
preset: laravel
disabled:
- no_unused_imports
finder:
not-name:
- index.php
js: true
css: true