source: .styleci.yml

Last change on this file was 2fc88ec, checked in by beratkjufliju <kufliju@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 194 bytes
Line 
1php:
2 preset: laravel
3 version: 8
4 disabled:
5 - no_unused_imports
6 finder:
7 not-name:
8 - index.php
9 - server.php
10js:
11 finder:
12 not-name:
13 - webpack.mix.js
14css: true
Note: See TracBrowser for help on using the repository browser.