Skip to content

Commit ad7b23d

Browse files
sc0ttwad3jonathanglasmeyer
authored andcommitted
fix(README): add missing right bracket in rules option usage example code (#116)
1 parent 6967a66 commit ad7b23d

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
@@ -88,7 +88,7 @@ module.exports = validate(config, {
8888
rules: {
8989
'no-root-files-node-modules-nameclash': false,
9090
},
91-
)
91+
})
9292
```
9393

9494
**Note**: This is not yet implemented via cli options, the default rules will apply in that case.

0 commit comments

Comments
 (0)