Skip to content

Commit

Permalink
feat: add rules group-exports and exports-last to ui (#316)
Browse files Browse the repository at this point in the history
* feat: add rules group-exports and exports-last to ui

* feat: rule no-explicit-any to ui
  • Loading branch information
braianj authored Jun 27, 2024
1 parent 24d59c3 commit fcb4128
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ module.exports = {
"react/display-name": "off",
"import/no-named-as-default-member": "off",
"import/no-default-export": "error",
"@typescript-eslint/no-explicit-any": "off",
"import/group-exports": "error",
"import/exports-last": "error",
"@typescript-eslint/no-explicit-any": "error",
"@typescript-eslint/ban-types": [
"error",
{
Expand Down

0 comments on commit fcb4128

Please sign in to comment.