Skip to content

Commit 8d1a31f

Browse files
author
Igor Kowalski
committed
Update documentation
1 parent a677a82 commit 8d1a31f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/project-structure-independent-modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Add the following lines to **`.eslintrc`**.
5959
"project-structure/independent-modules": "error", // warn | error
6060
},
6161
"settings": {
62-
"project-structure/independent-modules-config-path": "independentModules.jsonc", // json | yaml
62+
"project-structure/independent-modules-config-path": "independentModules.json", // json | yaml
6363
},
6464
}
6565
```

0 commit comments

Comments
 (0)