Skip to content

Commit e128157

Browse files
committed
Fix ESLint rule
1 parent a731d61 commit e128157

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
{
4848
"files": "test/update.js",
4949
"rules": {
50-
"node/no-missing-require": "off"
50+
"n/no-missing-require": "off"
5151
}
5252
}
5353
]

0 commit comments

Comments
 (0)