Skip to content

Commit

Permalink
[Expect failure] Break rule
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Sep 20, 2022
1 parent 71e1ff4 commit 1fbb6e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/prefer-node-protocol.js
Expand Up @@ -35,7 +35,7 @@ const create = () => ({
messageId: MESSAGE_ID,
data: {moduleName: value},
/** @param {import('eslint').Rule.RuleFixer} fixer */
fix: fixer => replaceStringLiteral(fixer, node, 'node:', 0, 0),
fix: fixer => replaceStringLiteral(fixer, node, '"'', 0, 0),
};
},
});
Expand Down

0 comments on commit 1fbb6e5

Please sign in to comment.