WIP: Road to 1.0.0 #1

Draft
miguel456 wants to merge 123 commits from develop into master
1 changed files with 13 additions and 13 deletions
Showing only changes of commit 53660a2355 - Show all commits

View File

@ -1,13 +1,13 @@
php: risky: false
preset: laravel version: 7
disabled: preset: recommended
- unused_use finder:
finder: exclude:
- "modules"
- "node_modules"
- "storage"
- "vendor"
name: "*.php"
not-name: not-name:
- index.php - "*.blade.php"
- server.php - "_ide_helper.php"
js:
finder:
not-name:
- webpack.mix.js
css: true