Skip to content

Commit

Permalink
Reorder lint rules after rebase.
Browse files Browse the repository at this point in the history
  • Loading branch information
programmiri committed Oct 31, 2022
1 parent 6b6bc0e commit 2d27275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coral/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ module.exports = {
"error"
],
"no-unused-vars": "off",
"no-restricted-imports": strip_ids_from_no_restricted_imports(NO_RESTRICTED_IMPORTS_RULES),
"@typescript-eslint/no-unused-vars": "error",
"no-restricted-imports": strip_ids_from_no_restricted_imports(NO_RESTRICTED_IMPORTS_RULES)
"@typescript-eslint/no-explicit-any": "error"
}
}

0 comments on commit 2d27275

Please sign in to comment.