1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-26 10:05:10 +00:00

minexlauncher v1.7.2

This commit is contained in:
zumbiepig
2024-09-23 15:55:37 -07:00
parent f5ffc1e94a
commit 441d585ac5
20 changed files with 485 additions and 2145 deletions

View File

@@ -1,6 +1,7 @@
import eslint from '@eslint/js';
import tseslint from 'typescript-eslint';
import eslintConfigPrettier from 'eslint-config-prettier';
// import tsdocPlugin from 'eslint-plugin-tsdoc';
export default tseslint.config(
eslint.configs.recommended,
@@ -9,6 +10,9 @@ export default tseslint.config(
...tseslint.configs.stylisticTypeChecked,
eslintConfigPrettier,
{
/* plugins: {
tsdoc: tsdocPlugin,
}, */
languageOptions: {
parserOptions: {
projectService: true,
@@ -25,6 +29,7 @@ export default tseslint.config(
'ts-check': true,
},
],
// 'tsdoc/syntax': 'warn',
},
},
);