From c94b6450bc6d5c41517ee87243f9385562ec3137 Mon Sep 17 00:00:00 2001 From: Noah Koontz Date: Tue, 8 Dec 2020 13:58:13 -0800 Subject: [PATCH] docs: fix comment --- rules/file-starts-with.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/file-starts-with.js b/rules/file-starts-with.js index e7d1dc2d..48e93610 100644 --- a/rules/file-starts-with.js +++ b/rules/file-starts-with.js @@ -10,7 +10,7 @@ const FileSystem = require('../lib/file_system') * * @param {FileSystem} fs A filesystem object configured with filter paths and target directories * @param {object} options The rule configuration - * @returns {Result} The lint rule result + * @returns {Promise} The lint rule result */ async function fileStartsWith(fs, options) { const fileList = options.globsAll || options.files