Skip to content

Commit

Permalink
refactor/polish ~ fix ESLint complaints
Browse files Browse the repository at this point in the history
  • Loading branch information
rivy committed Dec 15, 2020
1 parent a4fe2f4 commit da3bedb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eg/show-xdg-paths-detailed.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
'use strict';

const util = require('util');

const _ = require('lodash');

const xdg = require('../src/lib');

console.log('xdg.name:', xdg.name);
Expand Down
1 change: 1 addition & 0 deletions eg/show-xdg-paths.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
'use strict';

const _ = require('lodash');

const xdg = require('../src/lib');

_.each(xdg, (value, key) => {
Expand Down

0 comments on commit da3bedb

Please sign in to comment.