Skip to content

Commit

Permalink
chore(turborepo): Lint .github Folder
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianWendelborn committed Apr 20, 2024
1 parent b291781 commit 54b7e8d
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions internals/fake-root/turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"check:eslint": {
"inputs": [
"../../*.{cjs,js,mjs,json,mjs,mts,ts}",
"../../.github/**/*",
"../../.vscode/**/*",
"../../eslint.config.mjs"
]
Expand All @@ -19,13 +20,25 @@
]
},
"check:prettier": {
"inputs": ["../../*.{cjs,js,mjs,json,mjs,mts,ts}", "../../.vscode/**/*"]
"inputs": [
"../../*.{cjs,js,mjs,json,mjs,mts,ts}",
"../../.github/**/*",
"../../.vscode/**/*"
]
},
"fix:eslint": {
"inputs": ["../../*.{cjs,js,mjs,json,mjs,mts,ts}", "../../.vscode/**/*"]
"inputs": [
"../../*.{cjs,js,mjs,json,mjs,mts,ts}",
"../../.github/**/*",
"../../.vscode/**/*"
]
},
"fix:prettier": {
"inputs": ["../../*.{cjs,js,mjs,json,mjs,mts,ts}", "../../.vscode/**/*"]
"inputs": [
"../../*.{cjs,js,mjs,json,mjs,mts,ts}",
"../../.github/**/*",
"../../.vscode/**/*"
]
}
}
}

0 comments on commit 54b7e8d

Please sign in to comment.