Skip to content

Commit

Permalink
Fix config example syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
lo1tuma authored Aug 5, 2020
1 parent 60d2a74 commit 043b2bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ This plugin supports the following settings, which are used by multiple rules:
"mocha/additionalCustomNames": [
{ "name": "describeModule", "type": "suite", "interfaces": [ "BDD" ] },
{ "name": "testModule", "type": "testCase", "interfaces": [ "TDD" ] }
}
]
}
}
```
Expand Down

0 comments on commit 043b2bf

Please sign in to comment.