checkBios/eslint.config.mjs

10 lines
190 B
JavaScript
Raw Permalink Normal View History

2024-08-10 23:02:03 +02:00
// @ts-check
import eslint from '@eslint/js';
import tseslint from 'typescript-eslint';
export default tseslint.config(
eslint.configs.recommended,
...tseslint.configs.recommended,
);