Skip to content

Commit 937dba3

Browse files
authored
Fix example linting command
Otherwise an error will be thrown from eslint: `No files matching the pattern "src/<directory>" were found.`
1 parent 35b560f commit 937dba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tools/eslint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ In your `package.json` add to `scripts`:
4747
```json
4848
{
4949
"scripts": {
50-
"lint": "eslint src/**"
50+
"lint": "eslint \"src/**\""
5151
}
5252
}
5353
```

0 commit comments

Comments
 (0)