Skip to content

Commit

Permalink
Update rule_change.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed May 10, 2024
1 parent 9ee8fce commit f4848b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/rule_change.yml
Expand Up @@ -22,7 +22,7 @@ body:
required: true
attributes:
label: Fail
description: Specify examples of code that should be detected
description: Specify examples of code that should be detected.
value: |
```js
var replace = 'me';
Expand All @@ -39,7 +39,7 @@ body:
required: true
attributes:
label: Pass
description: Specify examples of code that would be accepted in its place
description: Specify examples of code that would be accepted in its place.
value: |
```js
const replace = 'me';
Expand Down

0 comments on commit f4848b3

Please sign in to comment.