Skip to content

Commit

Permalink
[Docs] dynamic-import-chunkname: fix typo in usage of the rule
Browse files Browse the repository at this point in the history
  • Loading branch information
yurimikushov authored and sparten11740 committed Nov 21, 2024
1 parent 095c16b commit 444716b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/dynamic-import-chunkname.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ You can also configure the regex format you'd like to accept for the webpackChun

```javascript
{
"dynamic-import-chunkname": [2, {
"import/dynamic-import-chunkname": [2, {
importFunctions: ["dynamicImport"],
webpackChunknameFormat: "[a-zA-Z0-57-9-/_]+",
allowEmpty: false
Expand Down

0 comments on commit 444716b

Please sign in to comment.