Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Commit

Permalink
deps: @theorem/eslint-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-sokolov committed Mar 2, 2021
1 parent d2ba44a commit 07adfa1
Show file tree
Hide file tree
Showing 3 changed files with 1,497 additions and 503 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ module.exports = {
ignorePatterns: ["dist"],
plugins: ["@theorem"],
rules: {
// Samples use a lot of imports from inside oncilla
"@theorem/no-imports-down": "off",
"@typescript-eslint/prefer-optional-chain": "off",
"react-hooks/exhaustive-deps": "off",
},
Expand Down
Loading

0 comments on commit 07adfa1

Please sign in to comment.