Skip to content
This repository was archived by the owner on May 14, 2021. It is now read-only.

Commit 86fe76a

Browse files
author
ismay
committed
Fix linting errors
1 parent 394ad4d commit 86fe76a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,9 @@ module.exports = (/* options */) => ({
9595
prevWarnings.push(correctedWarning)
9696
return prevWarnings
9797
}, [])
98-
98+
9999
if (newWarnings.length === 0) {
100+
// eslint-disable-next-line no-param-reassign
100101
stylelintResult.errored = false
101102
}
102103

0 commit comments

Comments
 (0)