Skip to content

Commit 308b048

Browse files
Fix: incorrect category for consistent-output
1 parent 2091577 commit 308b048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/rules/consistent-output.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = {
1515
meta: {
1616
docs: {
1717
description: 'Enforce consistent use of output assertions in rule tests',
18-
category: 'Fill me in',
18+
category: 'Tests',
1919
recommended: false,
2020
},
2121
fixable: null, // or "code" or "whitespace"

0 commit comments

Comments
 (0)