From 78311b75d6119291ea1d95002541cba608048a9a Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Sat, 7 Dec 2024 13:36:46 +1100 Subject: [PATCH] Remove override for object-property-newline eslint rule --- eslint.config.mjs | 2 -- 1 file changed, 2 deletions(-) diff --git a/eslint.config.mjs b/eslint.config.mjs index a8b15098..8b97dbac 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -26,8 +26,6 @@ export default tseslint.config( name: "loot/tests", files: ["**/*.test.ts", "**/mocks/**/*"], rules: { - // Disable for readability of test fixtures (eg. categories) - "object-property-newline": "off", // Disable to allow Chai-as-promised assertions "@typescript-eslint/no-floating-promises": "off", // Disable to allow Chai assertions (e.g. `expect(..).to.have.been.called`)