RSM-21 Update StyleCI configuration

This commit is contained in:
Miguel Nogueira 2020-10-10 17:02:59 +01:00
parent b2adcee51e
commit 53660a2355
1 changed files with 13 additions and 13 deletions

View File

@ -1,13 +1,13 @@
php: risky: false
preset: laravel version: 7
disabled: preset: recommended
- unused_use finder:
finder: exclude:
- "modules"
- "node_modules"
- "storage"
- "vendor"
name: "*.php"
not-name: not-name:
- index.php - "*.blade.php"
- server.php - "_ide_helper.php"
js:
finder:
not-name:
- webpack.mix.js
css: true