Skip to content

Commit 2f8f7be

Browse files
committed
Fix option configuration examples
1 parent 19c4582 commit 2f8f7be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/rules/max-asserts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ The rule takes one option, a number, which is the maximum number of assertions f
5656
You can set the option in configuration like this:
5757

5858
```js
59-
"max-asserts": [2, 5]
59+
"ava/max-asserts": [2, 5]
6060
```

docs/rules/test-title.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ The rule takes one option, a string, which could be either `"always"` or `"if-mu
3131
You can set the option in configuration like this:
3232

3333
```js
34-
"test-title": [2, "always"]
34+
"ava/test-title": [2, "always"]
3535
```

0 commit comments

Comments
 (0)