Skip to content

Commit

Permalink
change router rule to error in eslint config (redwoodjs#8779)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtoar committed Jun 30, 2023
1 parent 021cf45 commit a714041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ module.exports = {
babelOptions: getProjectBabelOptions(),
},
rules: {
'@redwoodjs/unsupported-route-components': 'warn',
'@redwoodjs/unsupported-route-components': 'error',
},
overrides: [
{
Expand Down

0 comments on commit a714041

Please sign in to comment.