UNPKG

@anmiles/theme-switcher

Version:
17 lines (14 loc) 255 B
import { configs } from '@anmiles/eslint-config'; import type { Linter } from 'eslint'; export default [ ...configs.base, ...configs.ts, ...configs.jest, ...configs.react, { ignores: [ 'coverage/*', 'dist/*', ], }, ] as Linter.Config[];