This repository has been archived on 2024-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
notdepressed/.styleci.yml

14 lines
174 B
YAML

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