Skip to content

Commit

Permalink
Minor: prettier.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinTail committed Mar 18, 2024
1 parent df7bc47 commit 52762e5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,7 @@ export default [
},
rules: {
"@typescript-eslint/lines-between-class-members": "off",
"sort-imports": [
"warn",
{
ignoreDeclarationSort: true,
},
],
"sort-imports": ["warn", { ignoreDeclarationSort: true }],
"unicorn/prefer-node-protocol": "error",
},
},
Expand Down

0 comments on commit 52762e5

Please sign in to comment.