Skip to content

Commit 5331d62

Browse files
committed
remove schema changes
1 parent 0fcc4ee commit 5331d62

File tree

3 files changed

+4
-14
lines changed

3 files changed

+4
-14
lines changed

.eslintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
}],
4545

4646
"eslint-plugin/consistent-output": 0,
47+
"eslint-plugin/require-meta-schema": 0,
4748
"eslint-plugin/require-meta-type": 0
4849
},
4950
"overrides": [

lib/rules/jsx-closing-tag-location.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ module.exports = {
2727
url: docsUrl('jsx-closing-tag-location')
2828
},
2929
fixable: 'whitespace',
30-
messages,
31-
schema: []
30+
messages
3231
},
3332

3433
create(context) {

lib/rules/jsx-no-useless-fragment.js

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -93,18 +93,8 @@ module.exports = {
9393
recommended: false,
9494
url: docsUrl('jsx-no-useless-fragment')
9595
},
96-
messages,
97-
schema: [
98-
{
99-
type: 'object',
100-
properties: {
101-
allowExpressions: {
102-
type: 'boolean'
103-
}
104-
},
105-
additionalProperties: false
106-
}
107-
]
96+
97+
messages
10898
},
10999

110100
create(context) {

0 commit comments

Comments
 (0)