We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d538617 commit 83906d1Copy full SHA for 83906d1
package.json
@@ -199,6 +199,7 @@
199
"unicorn"
200
],
201
"rules": {
202
+ "unicorn/prefer-node-protocol": "off",
203
"unicorn/filename-case": [
204
"error",
205
{
src/mock.js
@@ -1,4 +1,4 @@
1
-import assert from 'node:assert';
+import assert from 'assert';
2
import StringSlice from './StringSlice.js';
3
import Hit from './Hit.js';
4
0 commit comments