Skip to content

Commit

Permalink
fix: turbo.json lint config
Browse files Browse the repository at this point in the history
  • Loading branch information
0xnigir1 committed Sep 10, 2024
1 parent 2d068a3 commit cfe08df
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"$schema": "https://turbo.build/schema.json",
"tasks": {
"lint": {},
"lint:fix": {},
"lint": {
"dependsOn": ["build"]
},
"lint:fix": {
"dependsOn": ["build"]
},
"format": {},
"format:fix": {},
"check-types": {},
Expand Down

0 comments on commit cfe08df

Please sign in to comment.