]> git.localhorst.tv Git - alttp.git/blob - .styleci.yml
universal examples
[alttp.git] / .styleci.yml
1 php:
2   preset: laravel
3   version: 8
4   disabled:
5     - no_unused_imports
6   finder:
7     not-name:
8       - index.php
9 js:
10   finder:
11     not-name:
12       - webpack.mix.js
13 css: true