We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bd2d94 commit a022667Copy full SHA for a022667
index.js
@@ -1,11 +1,10 @@
1
-'use strict'
2
-
3
const { getCommonPathLength } = require('common-path-start')
4
const { readFileSync } = require('fs')
5
const { basename, join, normalize } = require('path')
6
7
-const objectValues = require('object.values')
+/* c8 ignore next 4 */
8
if (!Object.values) {
+ const objectValues = require('object.values')
9
objectValues.shim()
10
}
11
@@ -96,6 +95,7 @@ module.exports = (results, options) => {
96
95
++noticeCount
97
issues = file.notices
98
+ /* c8 ignore next 3 */
99
} else {
100
issues = []
101
0 commit comments