Skip to content

Commit

Permalink
Updated the type as problem to show up in the code
Browse files Browse the repository at this point in the history
  • Loading branch information
jpolavar committed Nov 7, 2023
1 parent a42eab6 commit 4b2ad29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/require-assert-message.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import type { Rule } from 'eslint';

export default {
meta: {
type: 'suggestion',
type: 'problem',
docs: {
description: 'Validate that message argument to always be supplied to node:assert methods',
url: 'https://github.com/xxxxx/eslint-plugin',
Expand Down

0 comments on commit 4b2ad29

Please sign in to comment.