Skip to content

Commit 7d72da1

Browse files
authored
Update issue templates: eslint rule
1 parent 319f962 commit 7d72da1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: Update Eslint Rule
33
about: Issue related to updating eslint rules
4-
title: 'Eslint Rule Update: '
4+
title: 'Eslint Rule Update: <rule_name>'
55
labels: linting
66
assignees: ''
77

88
---
99

10-
- eslint rule:
11-
- severity: `off`, `warn`, or `error`
10+
- eslint rule: `<rule_name>`
11+
- severity: `warn` or `error`
1212

13-
> Updating eslint rules from `off` to `error`, will most likely require code changes
13+
> Updating eslint rules from `off` to `error`, will most likely require code changes.

0 commit comments

Comments
 (0)