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 67e951b commit 1fc8e03Copy full SHA for 1fc8e03
script/newConverter/index.js
@@ -19,7 +19,7 @@ const { writeConverterTest } = require("./writeConverterTest");
19
}
20
21
22
- const tslintPascalCase = upperFirst(camelCase(args.tslint));
+ const tslintPascalCase = upperFirst(camelCase(args.tslint)).replace("A11Y", "A11y");
23
const plugins = args.eslint.includes("/")
24
? `
25
plugins: ["${args.eslint.split("/")[0]}"],`
0 commit comments