.styleci.yml 175 B

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