// @ts-check // Run using `npx eslint ./src/`. import eslint from '@eslint/js'; import tseslint from 'typescript-eslint'; export default tseslint.config( { ignores: ['dist/**'], }, eslint.configs.recommended, tseslint.configs.recommended, );