Skip to content

Commit

Permalink
Added comments to eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
ioay committed Jan 10, 2024
1 parent f5aeef5 commit e02442e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dapp/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,12 @@
{ "allowRequiredDefaults": true }
],
"react/require-default-props": [0],
// Regarding the fact we are using now: @thesis-co/eslint-config": "github:thesis/eslint-config#7b9bc8c"
// Promise-returning function provided to attribute where a void return was expected.
// Avoid referencing unbound methods which may cause unintentional scoping of `this`, used in theme files.
"@typescript-eslint/no-misused-promises": "off",
"@typescript-eslint/unbound-method": "off",
// Computed name [status] resolves to any value (related to external chakra-ui package)
"@typescript-eslint/no-unsafe-member-access": "off"
}
}

0 comments on commit e02442e

Please sign in to comment.