Skip to content

Commit 1fc8e03

Browse files
author
Josh Goldberg
authored
Manually correct 'a11y' in newConverter script (#1139)
1 parent 67e951b commit 1fc8e03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/newConverter/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const { writeConverterTest } = require("./writeConverterTest");
1919
}
2020
}
2121

22-
const tslintPascalCase = upperFirst(camelCase(args.tslint));
22+
const tslintPascalCase = upperFirst(camelCase(args.tslint)).replace("A11Y", "A11y");
2323
const plugins = args.eslint.includes("/")
2424
? `
2525
plugins: ["${args.eslint.split("/")[0]}"],`

0 commit comments

Comments
 (0)