Skip to content

Commit

Permalink
Update README.md (#186)
Browse files Browse the repository at this point in the history
Fixes documentation to have a working input glob
  • Loading branch information
TroyMurphy authored Aug 23, 2023
1 parent f3c62df commit 7f03f65
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 @@ -150,7 +150,7 @@ Here are all the available options:
}
},
"fileExtensions": {
"inputGlob": "js,jsx,mjs",
"inputGlob": "{js,jsx,mjs}",
"outputCheck": ["js", "json", "jsx", "mjs"]
}
}
Expand Down

0 comments on commit 7f03f65

Please sign in to comment.