diaREact/.styleci.yml

15 lines
194 B
YAML
Raw Normal View History

2022-02-11 17:26:15 +01:00
php:
preset: laravel
version: 8
disabled:
- no_unused_imports
finder:
not-name:
- index.php
- server.php
js:
finder:
not-name:
- webpack.mix.js
css: true