UNPKG

cloudcmd

Version:

File manager for the web with console and editor

9 lines (7 loc) 275 B
export const report = () => `Use 'if condition' instead of 'ternary expression'`; export const replace = () => ({ 'const test = autoGlobals(require("supertape"))': `{ const {test: tape} = require('supertape'); const test = autoGlobals(tape); }`, });