Skip to content

Commit 733db68

Browse files
committed
Add comment
1 parent 28a6aff commit 733db68

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

eng/tools/eslint-plugin-tsv/src/rules/kebab-case-org.ts

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
import path from "path";
22
import { NamedRule } from "../interfaces/named-eslint.js";
33

4+
// Valid: /specification/kebab-case/Kebab.Case/tspconfig.yaml
5+
// Invalid: /specification/Not-Kebab-Case/Not.KebabCase/tspconfig.yaml
6+
47
export const rule: NamedRule.RuleModule = {
58
name: "kebab-case-org",
69
meta: {

0 commit comments

Comments
 (0)