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 b062d10 commit e0f7484Copy full SHA for e0f7484
src/rules/converters/member-ordering.ts
@@ -4,7 +4,7 @@ export const convertMemberOrdering: RuleConverter = () => {
4
return {
5
rules: [
6
{
7
- ruleName: "some-rule",
+ ruleName: "member-ordering",
8
},
9
],
10
};
src/rules/converters/no-eval.ts
@@ -4,7 +4,7 @@ export const convertNoEval: RuleConverter = () => {
+ ruleName: "no-eval",
0 commit comments