Skip to content

Commit 3de1c8d

Browse files
Vlad Esinsryze
Vlad Esin
authored andcommitted
Apply suggestions from code review
1 parent 8e8389d commit 3de1c8d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/rules/forbid-component-props.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const messages = {
2424

2525
module.exports = {
2626
meta: {
27-
type: 'suggestion',
27+
type: 'problem',
2828
docs: {
2929
description: 'Forbid certain props on components',
3030
category: 'Best Practices',

lib/rules/no-typos.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ const messages = {
2929

3030
module.exports = {
3131
meta: {
32-
type: 'suggestion',
32+
type: 'problem',
3333
docs: {
3434
description: 'Prevent common typos',
35-
category: 'Stylistic Issues',
35+
category: 'Possible Errors',
3636
recommended: false,
3737
url: docsUrl('no-typos'),
3838
},

0 commit comments

Comments
 (0)