Skip to content

Commit

Permalink
Fix: make @mysticatea/eslint-comments/no-unused-disable working.
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticatea committed Jul 10, 2018
1 parent fa5fb2f commit f8cce86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/foreign-rules/eslint-comments.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

const { rules, utils } = require("eslint-plugin-eslint-comments")

utils.patch("mysticatea/eslint-comments/no-unused-disable")
utils.patch("@mysticatea/eslint-comments/no-unused-disable")

module.exports = Object.keys(rules).reduce((obj, ruleId) => {
obj[`eslint-comments/${ruleId}`] = rules[ruleId]
Expand Down

0 comments on commit f8cce86

Please sign in to comment.