Skip to content

Commit 24dfcd1

Browse files
authored
Merge branch 'master' into make-v27
2 parents 84051bc + 0042f1b commit 24dfcd1

File tree

3 files changed

+83
-81
lines changed

3 files changed

+83
-81
lines changed

migration/__snapshots__/index.spec.ts.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ exports[`Migration > should consist of one rule being the major version of the p
1717
"schema": [],
1818
"type": "problem",
1919
},
20+
"name": "v26",
2021
},
2122
},
2223
}

migration/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ const listen = <
4444
const ruleName = `v${process.env.TSDOWN_VERSION?.split(".")[0] ?? "0"}`; // fail-safe for bumpp
4545

4646
const theRule = ESLintUtils.RuleCreator.withoutDocs({
47+
name: ruleName,
4748
meta: {
4849
type: "problem",
4950
fixable: "code",

0 commit comments

Comments
 (0)