Skip to content

Commit

Permalink
Merge pull request #92 from RonasIT/fix/tlint-config
Browse files Browse the repository at this point in the history
fix: added the tlint config to git
  • Loading branch information
DenTray authored Sep 2, 2024
2 parents 7055803 + df353e1 commit 16730e0
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions tlint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"disabled": [
"SpaceAfterSoleNotOperator",
"AlphabeticalImports"
],
"excluded": [
"_ide_helper.php",
"_ide_helper_models.php",
".phpstorm.meta.php",
".php-cs-fixer.dist.php",
"bootstrap/app.php",
"public/index.php"
],
"paths": [
{
"controllers": [
"app/Http/Services",
"app/Http/Repositories"
]
}
]
}

0 comments on commit 16730e0

Please sign in to comment.