This commit is contained in:
Emanuel Mutschlechner
2018-08-30 01:21:38 +02:00
commit c7c7694ac4
32 changed files with 23196 additions and 0 deletions

16
styleci.yml Normal file
View File

@@ -0,0 +1,16 @@
preset: laravel
linting: true
enabled:
- alpha_ordered_imports
disabled:
- length_ordered_imports
finder:
exclude:
- "node_modules"
- "public"
- "tests"
- "vendor"