UNPKG

school-schedule-sync

Version:

Synchronization between JSON schedule and Google Calendar

18 lines (15 loc) 266 B
import { configs } from '@anmiles/eslint-config'; import type { Linter } from 'eslint'; export default [ ...configs.base, ...configs.ts, ...configs.jest, { ignores: [ 'coverage/*', 'dist/*', 'input/*', 'secrets/*', ], }, ] as Linter.Config[];