Filippo Bertilotti
2 days ago 0085dcb4e3ab76219819b8a53950df1261c04453
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