🐛 fix i18n init bug
This commit is contained in:
@@ -14,7 +14,9 @@ export default [
|
||||
{
|
||||
rules: {
|
||||
semi: "error",
|
||||
"@typescript-eslint/no-explicit-any": "off"
|
||||
"@typescript-eslint/no-explicit-any": "off",
|
||||
// "no-unused-vars": "off",
|
||||
// "@typescript-eslint/no-unused-vars": ["off"],
|
||||
}
|
||||
}
|
||||
];
|
||||
|
Reference in New Issue
Block a user