short-url/.styleci.yml
Supan Adit Pratama b2e434483d first commit
2020-07-01 15:57:45 +07:00

14 lines
174 B
YAML
Executable File

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