chore(eslint): add sort-imports rule

https://eslint.org/docs/latest/rules/sort-imports
This commit is contained in:
Panagiotis Papadopoulos 2025-04-02 21:28:44 +02:00
parent 56eda374e0
commit 4e413f6702

View File

@ -27,7 +27,8 @@ export default tseslint.config(
argsIgnorePattern: "^_", argsIgnorePattern: "^_",
varsIgnorePattern: "^_" varsIgnorePattern: "^_"
} }
] ],
"sort-imports": [ "error", { ignoreCase: false } ]
} }
}, },
{ {