source: .styleci.yml

Last change on this file was dfae77e, checked in by Igor Danilovski <igor_danilovski@…>, 20 months 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.