UNPKG

eslint-config-scratch

Version:
13 lines (9 loc) 206 B
import { ESLint } from 'eslint' function foo() { const eslint = new ESLint({ overrideConfigFile: true, }) return eslint } export const myElement = <div>{'hello'}</div> export const bar = foo()