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