aboutsummaryrefslogtreecommitdiff
path: root/.styleci.yml
blob: 9231873a112ba0ded2550a45741bad544e7a1998 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
php:
  preset: laravel
  disabled:
    - no_unused_imports
  finder:
    not-name:
      - index.php
      - server.php
js:
  finder:
    not-name:
      - webpack.mix.js
css: true