UNPKG

eslint-formatter-mo

Version:

Good-lookin' ESLint formatter for delightful readability

5 lines (3 loc) 141 B
import { createFormatter } from './formatter.js' const theme = process.env.MO_THEME ?? 'one-dark-pro' export default createFormatter(theme)