Skip to content

Commit

Permalink
chore: adjust oxlint json
Browse files Browse the repository at this point in the history
  • Loading branch information
Saul-Mirone committed Dec 20, 2024
1 parent 17c6d04 commit 8438c1a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions oxlint.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,15 @@
"typescript/no-non-null-assertion": "off",
"unicorn/prefer-array-some": "off"
}
},
{
"files": ["blocksuite/tests-legacy/**/*.ts"],
"rules": {
"typescript/ban-ts-comment": "off",
"unicorn/prefer-dom-node-dataset": "off",
"typescript/consistent-type-imports": "off",
"no-cycle": "off"
}
}
]
}

0 comments on commit 8438c1a

Please sign in to comment.