Skip to content

Commit 83906d1

Browse files
🔧 config(lint): Do not use node protocol.
1 parent d538617 commit 83906d1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@
199199
"unicorn"
200200
],
201201
"rules": {
202+
"unicorn/prefer-node-protocol": "off",
202203
"unicorn/filename-case": [
203204
"error",
204205
{

src/mock.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import assert from 'node:assert';
1+
import assert from 'assert';
22
import StringSlice from './StringSlice.js';
33
import Hit from './Hit.js';
44

0 commit comments

Comments
 (0)