checkBios/eslint.config.mjs
nyyu 177d9f6adb
All checks were successful
/ run (push) Successful in 10s
chore: upd eslint
2024-08-10 23:02:03 +02:00

10 lines
190 B
JavaScript

// @ts-check
import eslint from '@eslint/js';
import tseslint from 'typescript-eslint';
export default tseslint.config(
eslint.configs.recommended,
...tseslint.configs.recommended,
);