We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b291b61 commit 99f6f47Copy full SHA for 99f6f47
2 files changed
migration/__snapshots__/index.spec.ts.snap
@@ -17,6 +17,7 @@ exports[`Migration > should consist of one rule being the major version of the p
17
"schema": [],
18
"type": "problem",
19
},
20
+ "name": "v25",
21
22
23
}
migration/index.ts
@@ -42,6 +42,7 @@ const listen = <
42
const ruleName = `v${process.env.TSDOWN_VERSION!.split(".")[0]}`;
43
44
const theRule = ESLintUtils.RuleCreator.withoutDocs({
45
+ name: ruleName,
46
meta: {
47
type: "problem",
48
fixable: "code",
0 commit comments