mirror of
https://github.com/easychen/pushdeer.git
synced 2024-11-01 08:09:19 +08: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
|