Migrate to ESLint 9

This commit is contained in:
Vitaly Rtishchev
2024-11-16 21:19:32 +04:00
parent 0cd7976efd
commit a8187cb00e
5 changed files with 380 additions and 636 deletions

4
eslint.config.mjs Normal file
View File

@ -0,0 +1,4 @@
import mantine from 'eslint-config-mantine';
import tseslint from 'typescript-eslint';
export default tseslint.config(...mantine, { ignores: ['**/*.{mjs,cjs,js,d.ts,d.mts}'] });