UNPKG

eslint-plugin-unicorn

Version:
6 lines (4 loc) 218 B
import {getParenthesizedRange} from '../utils/parentheses.js'; export default function replaceArgument(fixer, node, text, sourceCode) { return fixer.replaceTextRange(getParenthesizedRange(node, sourceCode), text); }