mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-08 08:04:49 +00:00
.
This commit is contained in:
parent
b0069bad94
commit
12958cdb38
@ -1,11 +1,13 @@
|
||||
import eslint from '@eslint/js';
|
||||
import tseslint from 'typescript-eslint';
|
||||
import eslintConfigPrettier from 'eslint-config-prettier';
|
||||
|
||||
export default tseslint.config(
|
||||
eslint.configs.recommended,
|
||||
tseslint.configs.eslintRecommended,
|
||||
...tseslint.configs.strict,
|
||||
...tseslint.configs.stylisticTypeChecked,
|
||||
eslintConfigPrettier,
|
||||
{
|
||||
languageOptions: {
|
||||
parserOptions: {
|
||||
|
@ -39,6 +39,7 @@
|
||||
"@types/semver": "^7.5.8",
|
||||
"@types/serve-favicon": "^2.5.7",
|
||||
"eslint": "^9.9.1",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"html-minifier": "^4.0.0",
|
||||
"javascript-obfuscator": "^4.1.1",
|
||||
"prettier": "^3.3.3",
|
||||
|
@ -1,5 +1,4 @@
|
||||
{
|
||||
"extends": ["@tsconfig/bun", "@tsconfig/strictest"],
|
||||
"include": ["src/resources/scripts/"],
|
||||
"exclude": ["node_modules/", "public/"]
|
||||
"exclude": ["node_modules/", "public/", "src/game/", "src/resources/mods/downloads/"]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user