Skip to content
Snippets Groups Projects
Commit bd5c5622 authored by Xiao Gui's avatar Xiao Gui
Browse files

chore: update lint rule

parent 031aa7da
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,7 @@ module.exports = {
}],
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-use-before-define": "off"
"@typescript-eslint/no-use-before-define": "off",
"no-extra-boolean-cast": "off"
}
};
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment