diff --git a/eslint.config.js b/eslint.config.js index 24f0989c3..f9206896b 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -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", }, },