Skip to content

Commit a20d843

Browse files
yurimikushovljharb
authored andcommitted
[Docs] dynamic-import-chunkname: fix typo in usage of the rule
1 parent ac7d396 commit a20d843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/dynamic-import-chunkname.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ You can also configure the regex format you'd like to accept for the webpackChun
1515

1616
```javascript
1717
{
18-
"dynamic-import-chunkname": [2, {
18+
"import/dynamic-import-chunkname": [2, {
1919
importFunctions: ["dynamicImport"],
2020
webpackChunknameFormat: "[a-zA-Z0-57-9-/_]+",
2121
allowEmpty: false

0 commit comments

Comments
 (0)