Skip to content

Commit 8e8389d

Browse files
Vlad Esinljharb
authored andcommitted
Apply suggestions from code review
Co-Authored-By: Jordan Harband <[email protected]>
1 parent c4cd854 commit 8e8389d

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

lib/rules/forbid-dom-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 DOM Nodes',
3030
category: 'Best Practices',

lib/rules/forbid-elements.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const messages = {
2121

2222
module.exports = {
2323
meta: {
24-
type: 'suggestion',
24+
type: 'problem',
2525
docs: {
2626
description: 'Forbid certain elements',
2727
category: 'Best Practices',

lib/rules/jsx-child-element-spacing.js

-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ module.exports = {
5353
recommended: false,
5454
url: docsUrl('jsx-child-element-spacing'),
5555
},
56-
// fixable: null,
5756

5857
messages,
5958

lib/rules/static-property-placement.js

-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ module.exports = {
6363
recommended: false,
6464
url: docsUrl('static-property-placement'),
6565
},
66-
// fixable: null, // or 'code' or 'whitespace'
6766

6867
messages,
6968

0 commit comments

Comments
 (0)