mirror of
https://github.com/v2board/v2board.git
synced 2025-12-21 21:02:09 +08:00
first commit
This commit is contained in:
16
.styleci.yml
Executable file
16
.styleci.yml
Executable file
@@ -0,0 +1,16 @@
|
||||
php:
|
||||
preset: laravel
|
||||
enabled:
|
||||
- alpha_ordered_imports
|
||||
disabled:
|
||||
- length_ordered_imports
|
||||
- unused_use
|
||||
finder:
|
||||
not-name:
|
||||
- index.php
|
||||
- server.php
|
||||
js:
|
||||
finder:
|
||||
not-name:
|
||||
- webpack.mix.js
|
||||
css: true
|
||||
Reference in New Issue
Block a user