Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
bpmutter committed Jun 8, 2023
1 parent 1541c9b commit ea4fb7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/extend/custom-rule-tutorial.md
Expand Up @@ -118,6 +118,7 @@ If the `const foo` declaration is assigned a value of `"bar"`, then the rule doe

```javascript
// enforce-foo-bar.js
{% raw %}
module.exports = {
meta: {
type: "problem",
Expand Down Expand Up @@ -158,7 +159,7 @@ module.exports = {
};
}
};
```
{% endraw %}

## Step 5: Set up Testing

Expand Down

0 comments on commit ea4fb7d

Please sign in to comment.