Skip to content

Commit c3b8857

Browse files
committed
Disable import/extensions
This is firing locally, not sure why it never came up in CI.
1 parent 2f8a226 commit c3b8857

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@
8181
}
8282
],
8383
"rules": {
84-
"ava/no-ignored-test-files": "off"
84+
"ava/no-ignored-test-files": "off",
85+
"import/extensions": "off"
8586
}
8687
},
8788
"c8": {

0 commit comments

Comments
 (0)