1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 07:54:49 +00:00
MineXLauncher/eslint.config.js
zumbiepig 1b6a87bb4e
Update eslint.config.js
Signed-off-by: zumbiepig <121742281+zumbiepig@users.noreply.github.com>
2024-07-25 19:14:54 -07:00

7 lines
174 B
JavaScript

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