Skip to content

Commit 612d806

Browse files
authoredOct 26, 2021
fix: correctly import js-yaml to fix yaml config loading (#1033)
1 parent 04529e2 commit 612d806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict'
22

33
const { lilconfig } = require('lilconfig')
4-
const { yaml } = require('js-yaml')
4+
const yaml = require('js-yaml')
55
const debugLog = require('debug')('lint-staged')
66
const stringifyObject = require('stringify-object')
77

0 commit comments

Comments
 (0)
Please sign in to comment.