davide.cucurnia@vola.it
2024-06-27 16f0dd80dbd83e21c64cbc0b7b2afc0619c604f1
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