Skip to content

Commit

Permalink
chore(tasks/lint_rules): change typescript issue number
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Jan 26, 2024
1 parent 122abd5 commit 87bc198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/lint_rules/src/eslint-rules.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ const loadPluginNextRules = (linter) => {
*/
exports.ALL_TARGET_PLUGINS = new Map([
["eslint", { npm: "eslint", issueNo: 479 }],
["typescript", { npm: "@typescript-eslint/eslint-plugin", issueNo: 503 }],
["typescript", { npm: "@typescript-eslint/eslint-plugin", issueNo: 2180 }],
["n", { npm: "eslint-plugin-n", issueNo: 493 }],
["unicorn", { npm: "eslint-plugin-unicorn", issueNo: 684 }],
["jsdoc", { npm: "eslint-plugin-jsdoc", issueNo: 1170 }],
Expand Down

0 comments on commit 87bc198

Please sign in to comment.