UNPKG

@masknet/eslint-plugin

Version:
13 lines (11 loc) 247 B
import { tester } from '../../spec.ts' import module from './no-interpolation.ts' tester.test(module, { valid: ['`${test.test()}`'], invalid: [ { code: '`${test.\ntest()}`', errors: [{ messageId: 'variable' }], }, ], })