We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dynamic-import-chunkname
1 parent ac7d396 commit a20d843Copy full SHA for a20d843
docs/rules/dynamic-import-chunkname.md
@@ -15,7 +15,7 @@ You can also configure the regex format you'd like to accept for the webpackChun
15
16
```javascript
17
{
18
- "dynamic-import-chunkname": [2, {
+ "import/dynamic-import-chunkname": [2, {
19
importFunctions: ["dynamicImport"],
20
webpackChunknameFormat: "[a-zA-Z0-57-9-/_]+",
21
allowEmpty: false
0 commit comments