• File: .styleci.yml
  • Full Path: /home/masbinta/public_html/core/.styleci.yml
  • File size: 242 bytes
  • MIME-type: text/plain
  • Charset: utf-8
php:
  preset: laravel
  enabled:
    - alpha_ordered_imports
  disabled:
    - length_ordered_imports
    - unused_use
  finder:
    not-name:
      - index.php
      - server.php
js:
  finder:
    not-name:
      - webpack.mix.js
css: true