.styleci.yml 175 Bytes
Newer Older
Om Shiva's avatar
Om Shiva committed
1 2 3 4 5 6 7 8 9 10 11 12 13
php:
  preset: laravel
  version: 8
  disabled:
    - no_unused_imports
  finder:
    not-name:
      - index.php
js:
  finder:
    not-name:
      - webpack.mix.js
css: true