Skip to content

Commit

Permalink
fix: correctly import js-yaml to fix yaml config loading (#1033)
Browse files Browse the repository at this point in the history
  • Loading branch information
iiroj committed Oct 26, 2021
1 parent 04529e2 commit 612d806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
@@ -1,7 +1,7 @@
'use strict'

const { lilconfig } = require('lilconfig')
const { yaml } = require('js-yaml')
const yaml = require('js-yaml')
const debugLog = require('debug')('lint-staged')
const stringifyObject = require('stringify-object')

Expand Down

0 comments on commit 612d806

Please sign in to comment.