.styleci.yml 162 B

123456789101112
  1. php:
  2. preset: laravel
  3. disabled:
  4. - no_unused_imports
  5. finder:
  6. not-name:
  7. - index.php
  8. js:
  9. finder:
  10. not-name:
  11. - webpack.mix.js
  12. css: true