summaryrefslogtreecommitdiff
path: root/Year_3/TSDWL/LARAVEL/iBook/.styleci.yml
blob: 877ea701dbf43c9a22cd57f70d876e69a3cb42c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
php:
  preset: laravel
  version: 8
  disabled:
    - no_unused_imports
  finder:
    not-name:
      - index.php
      - server.php
js:
  finder:
    not-name:
      - webpack.mix.js
css: true