Skip to content

Commit fa9450e

Browse files
committed
chore: disable no-unused-expressions and triple-slash-reference rules
1 parent ec2007d commit fa9450e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.oxlintrc.jsonc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"plugins": ["typescript"],
44
"rules": {
55
"no-unused-expressions": "off",
6+
"typescript/triple-slash-reference": "off",
67
"typescript/consistent-type-imports": [
78
"warn",
89
{

0 commit comments

Comments
 (0)