mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-08 09:24:48 +00:00
fix eslint
This commit is contained in:
parent
5a754401c8
commit
32fa1335ae
@ -4,9 +4,10 @@ import tseslint from 'typescript-eslint';
|
||||
export default tseslint.config(eslint.configs.recommended, ...tseslint.configs.recommended, {
|
||||
rules: {
|
||||
'@typescript-eslint/ban-ts-comment': [
|
||||
'error',
|
||||
{
|
||||
'ts-expect-error': false,
|
||||
'ts-nocheck': false,
|
||||
'ts-nocheck': false,
|
||||
'ts-check': true,
|
||||
},
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user