Skip to content
This repository was archived by the owner on May 16, 2020. It is now read-only.

Commit e213c23

Browse files
fix(eslint-config-atlauncher): remove deprecated rule
1 parent c71c9db commit e213c23

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/eslint-config-atlauncher/rules/plugin-react.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,6 @@ module.exports = {
224224
// require all components use PascalCase
225225
'react/jsx-pascal-case': 'error',
226226

227-
// require a space before the closing tag
228-
'react/jsx-space-before-closing': ['error', 'always'],
229-
230227
// require a space before self closing tags such as `<A prop={prop} />` rather than `<A prop={prop}/>`
231228
'react/jsx-tag-spacing': ['error', {
232229
closingSlash: 'never',

0 commit comments

Comments
 (0)