Skip to content

Commit

Permalink
chore(eslint-rules): add type-check target
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotell committed Sep 24, 2024
1 parent 1f0d00c commit 3bfd369
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tools/eslint-rules/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@
"sourceRoot": "tools/eslint-rules",
"projectType": "library",
"tags": ["platform:node", "tools"],
"targets": {}
"targets": {
"type-check": {
"executor": "@fluentui/workspace-plugin:type-check"
}
}
}

0 comments on commit 3bfd369

Please sign in to comment.