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
61d8a4945f
commit
5a07d06cd2
@ -4,9 +4,10 @@ import tseslint from 'typescript-eslint';
|
|||||||
export default tseslint.config(eslint.configs.recommended, ...tseslint.configs.recommended, {
|
export default tseslint.config(eslint.configs.recommended, ...tseslint.configs.recommended, {
|
||||||
rules: {
|
rules: {
|
||||||
'@typescript-eslint/ban-ts-comment': [
|
'@typescript-eslint/ban-ts-comment': [
|
||||||
|
'error',
|
||||||
{
|
{
|
||||||
'ts-expect-error': false,
|
'ts-expect-error': false,
|
||||||
'ts-nocheck': false,
|
'ts-nocheck': false,
|
||||||
'ts-check': true,
|
'ts-check': true,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user