Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeharder committed Jan 7, 2025
1 parent 28a6aff commit 733db68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eng/tools/eslint-plugin-tsv/src/rules/kebab-case-org.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
import path from "path";
import { NamedRule } from "../interfaces/named-eslint.js";

// Valid: /specification/kebab-case/Kebab.Case/tspconfig.yaml
// Invalid: /specification/Not-Kebab-Case/Not.KebabCase/tspconfig.yaml

export const rule: NamedRule.RuleModule = {
name: "kebab-case-org",
meta: {
Expand Down

0 comments on commit 733db68

Please sign in to comment.