|
@@ -16,6 +16,7 @@ const eslintConfig = [
|
|
|
"@typescript-eslint/no-explicit-any": "off",
|
|
"@typescript-eslint/no-explicit-any": "off",
|
|
|
'@typescript-eslint/no-unused-expressions': 'off',
|
|
'@typescript-eslint/no-unused-expressions': 'off',
|
|
|
'react-hooks/rules-of-hooks':'off',
|
|
'react-hooks/rules-of-hooks':'off',
|
|
|
|
|
+ '@typescript-eslint/ban-ts-comment': 'off',
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
];
|
|
];
|