mirror of
https://github.com/DeveloLongScript/MHSF.git
synced 2026-05-07 17:24:59 -05:00
fix: eslint configs
This commit is contained in:
parent
dee5612abb
commit
4f02ea507a
@ -16,7 +16,8 @@ const eslintConfig = [
|
||||
"react-hooks/exhaustive-deps": "off",
|
||||
"react/no-unescaped-entities": "off",
|
||||
"react/display-name": "off",
|
||||
"@typescript-eslint/no-unused-vars": "off"
|
||||
"@typescript-eslint/no-unused-vars": "off",
|
||||
"@typescript-eslint/no-empty-object-type": "off",
|
||||
}
|
||||
})
|
||||
];
|
||||
|
||||
@ -16,7 +16,8 @@ const eslintConfig = [
|
||||
"react-hooks/exhaustive-deps": "off",
|
||||
"react/no-unescaped-entities": "off",
|
||||
"react/display-name": "off",
|
||||
"@typescript-eslint/no-unused-vars": "off"
|
||||
"@typescript-eslint/no-unused-vars": "off",
|
||||
"@typescript-eslint/no-empty-object-type": "off",
|
||||
}
|
||||
})
|
||||
];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user