Skip to content

Commit

Permalink
lint: ignore no-console in demo.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-D committed Jan 24, 2022
1 parent f28af42 commit 8d18891
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ const checkDiskSpace = require('./dist/check-disk-space.cjs').default
const isWindows = process.platform === 'win32'

checkDiskSpace(isWindows ? 'C:/' : '/').then((diskSpace) => {
// eslint-disable-next-line no-console
console.log(diskSpace)
})

0 comments on commit 8d18891

Please sign in to comment.