Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
Signed-off-by: Fran Mulero <fmulero@vmware.com>
  • Loading branch information
fmulero committed Jul 31, 2023
1 parent 7a97007 commit 8c6c7f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

/* eslint-disable no-restricted-syntax */

const dot = require('dot-object');
const fs = require('fs');
const dot = require('dot-object');
const YAML = require('yaml');
const _ = require('lodash');

Expand Down

0 comments on commit 8c6c7f3

Please sign in to comment.