Skip to content

Commit

Permalink
Remove override for object-property-newline eslint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
scottohara committed Dec 7, 2024
1 parent 2a3e647 commit 78311b7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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`)
Expand Down

0 comments on commit 78311b7

Please sign in to comment.