Skip to content

Commit d414030

Browse files
committed
wip: address comments
1 parent 08723eb commit d414030

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/compat/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ const __dirname = path.dirname(__filename);
160160
const gitignorePath = path.resolve(__dirname, ".gitignore");
161161

162162
export default [
163-
includeIgnoreFile(gitignorePath, "Imported .gitignore patterns"), // `name` is optional.
163+
includeIgnoreFile(gitignorePath, "Imported .gitignore patterns"), // second argument is optional.
164164
{
165165
// your overrides
166166
},
@@ -176,7 +176,7 @@ const path = require("node:path");
176176
const gitignorePath = path.resolve(__dirname, ".gitignore");
177177

178178
module.exports = [
179-
includeIgnoreFile(gitignorePath, "Imported .gitignore patterns"), // `name` is optional.
179+
includeIgnoreFile(gitignorePath, "Imported .gitignore patterns"), // second argument is optional.
180180
{
181181
// your overrides
182182
},

0 commit comments

Comments
 (0)