Skip to content

Commit

Permalink
Fix TLint formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanpisa committed Jun 13, 2023
1 parent fff3eb6 commit f3b133c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/StarterKitServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ public function boot()
__DIR__.'/../stubs/phpstan.stub' => $this->app->basePath('phpstan.neon'),
__DIR__.'/../stubs/pint.stub' => $this->app->basePath('pint.json'),
__DIR__.'/../stubs/tlint.stub' => $this->app->basePath('tlint.json'),
__DIR__.'/../stubs/tformat.stub' => $this->app->basePath('tformat.json'),
__DIR__.'/../stubs/env-testing.stub' => $this->app->basePath('.env.testing'),
__DIR__.'/../stubs/config/project.stub' => $this->app->basePath('config/project.php'),
// Tests stubs
Expand Down
4 changes: 4 additions & 0 deletions stubs/tformat.stub
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"preset": "laravel",
"excluded": ["tests/"]
}
1 change: 1 addition & 0 deletions stubs/tlint.stub
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"preset": "laravel",
"excluded": ["tests/"]
}

0 comments on commit f3b133c

Please sign in to comment.