UNPKG

@beyonk/eslint-config

Version:
22 lines (20 loc) 284 B
const off = 'off' const warn = 'warn' const error = 'error' const single = 'single' const any = 'any' const never = 'never' const always = 'always' const all = 'all' const readonly = 'readonly' export { off, warn, error, single, any, never, always, all, readonly }