LinkStack/.styleci.yml
2021-04-16 03:30:00 +04:30

14 lines
181 B
YAML
Executable File

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