Skip to content

Commit

Permalink
docs: Correct section about filtering files (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
aried3r authored and okonet committed May 10, 2019
1 parent 0984524 commit cbf0e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ It is possible to run linters for certain paths only by using glob patterns. [mi

```js
{
// .js files anywhere in the project
// .js files anywhere in the root directory of the project
"*.js": "eslint",
// .js files anywhere in the project
"**/*.js": "eslint",
Expand Down

0 comments on commit cbf0e0e

Please sign in to comment.