chore: remove rule not supported by codeclimate

This commit is contained in:
fryorcraken.eth 2023-05-23 14:52:38 +10:00
parent 749fa394a2
commit 93d1fdd96f
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4

View File

@ -39,10 +39,7 @@
"import/order": [
"error",
{
"newlines-between": "always",
"alphabetize": {
"order": "asc"
}
"newlines-between": "always"
}
],
"no-constant-condition": [