Skip to content

Commit

Permalink
make unsupported route components rule error for v6 (redwoodjs#8776)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtoar authored Jun 29, 2023
1 parent f00ddf9 commit 4031414
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/eslint-plugin/src/unsupported-route-components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ function isAllowedElement(name: string) {

export const unsupportedRouteComponents = createRule({
meta: {
type: 'suggestion',
type: 'problem',
docs: {
description: 'Find unsupported route components',
recommended: 'warn',
recommended: 'error',
},
messages: {
unexpected:
Expand Down

0 comments on commit 4031414

Please sign in to comment.