commit | efb716af67f6fc6ac00b6e5541f5322c83434494 | [log] [tgz] |
---|---|---|
author | Tim van der Lippe <tvanderlippe@chromium.org> | Tue Dec 01 12:54:04 2020 +0000 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Dec 01 16:04:40 2020 +0000 |
tree | e5d6199a2aaf078185575f0b97c151d75183b496 | |
parent | 3425b19038b6e92269892ad6e2675b0e7884e0ef [diff] [blame] |
Update linter packages - Updates stylelint to 13.8.0 - Updates ESLint to 7.14.0 - Updates @typescript-eslint to 4.9.0 DISABLE_THIRD_PARTY_CHECK=NPM update R=jacktfranklin@chromium.org Change-Id: I207e204607ede782710e042c17d6510c7f696905 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2566806 Reviewed-by: Jack Franklin <jacktfranklin@chromium.org> Commit-Queue: Tim van der Lippe <tvanderlippe@chromium.org>
diff --git a/node_modules/stylelint/lib/writeOutputFile.js b/node_modules/stylelint/lib/writeOutputFile.js index 3ab4a43..a495f45 100644 --- a/node_modules/stylelint/lib/writeOutputFile.js +++ b/node_modules/stylelint/lib/writeOutputFile.js
@@ -7,7 +7,7 @@ /** * @param {string} content * @param {string} filePath - * @returns {Promise<Error | undefined>} + * @returns {Promise<void>} */ module.exports = (content, filePath) => writeFileAtomic(path.normalize(filePath), stripAnsi(content));