We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e8389d commit 3de1c8dCopy full SHA for 3de1c8d
lib/rules/forbid-component-props.js
@@ -24,7 +24,7 @@ const messages = {
24
25
module.exports = {
26
meta: {
27
- type: 'suggestion',
+ type: 'problem',
28
docs: {
29
description: 'Forbid certain props on components',
30
category: 'Best Practices',
lib/rules/no-typos.js
@@ -29,10 +29,10 @@ const messages = {
31
32
33
34
description: 'Prevent common typos',
35
- category: 'Stylistic Issues',
+ category: 'Possible Errors',
36
recommended: false,
37
url: docsUrl('no-typos'),
38
},
0 commit comments