Skip to content

Commit e3adae2

Browse files
authored
Add missing comma in README.md
add missing comma in README.md, so it's easier to copy/paste
1 parent f0727a6 commit e3adae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ All rules are off by default. However, you may extend one of the preset configs,
127127
```jsonc
128128
{
129129
"rules": {
130-
"import/no-unresolved": ["error", { "commonjs": true, "amd": true }]
130+
"import/no-unresolved": ["error", { "commonjs": true, "amd": true }],
131131
"import/named": "error",
132132
"import/namespace": "error",
133133
"import/default": "error",

0 commit comments

Comments
 (0)