We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28a6aff commit 733db68Copy full SHA for 733db68
eng/tools/eslint-plugin-tsv/src/rules/kebab-case-org.ts
@@ -1,6 +1,9 @@
1
import path from "path";
2
import { NamedRule } from "../interfaces/named-eslint.js";
3
4
+// Valid: /specification/kebab-case/Kebab.Case/tspconfig.yaml
5
+// Invalid: /specification/Not-Kebab-Case/Not.KebabCase/tspconfig.yaml
6
+
7
export const rule: NamedRule.RuleModule = {
8
name: "kebab-case-org",
9
meta: {
0 commit comments