Skip to content

Commit

Permalink
fix: allow the os NodeJS stdlib module
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfbecker committed Jul 7, 2020
1 parent 720592f commit 8ed8461
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ module.exports = {
'it', // BDD testing
// NodeJS standard library
'fs',
'os',
// conventionally used for import * as H from 'history' to not conflict with the global history
'H',
// allow `distinctUntilChanged((a, b) => isEqual(a, b))`,
Expand Down

0 comments on commit 8ed8461

Please sign in to comment.