mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-07 17:04:34 +01:00
15 lines
194 B
YAML
15 lines
194 B
YAML
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
|