We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
js-yaml
1 parent 04529e2 commit 612d806Copy full SHA for 612d806
lib/index.js
@@ -1,7 +1,7 @@
1
'use strict'
2
3
const { lilconfig } = require('lilconfig')
4
-const { yaml } = require('js-yaml')
+const yaml = require('js-yaml')
5
const debugLog = require('debug')('lint-staged')
6
const stringifyObject = require('stringify-object')
7
0 commit comments