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 ljharb committed Nov 15, 2024
1 parent ac7d396 commit a20d843
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 a20d843

Please sign in to comment.