Skip to content

Commit 8ed8461

Browse files
committed
fix: allow the os NodeJS stdlib module
1 parent 720592f commit 8ed8461

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ module.exports = {
231231
'it', // BDD testing
232232
// NodeJS standard library
233233
'fs',
234+
'os',
234235
// conventionally used for import * as H from 'history' to not conflict with the global history
235236
'H',
236237
// allow `distinctUntilChanged((a, b) => isEqual(a, b))`,

0 commit comments

Comments
 (0)