We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e73602 commit 7195691Copy full SHA for 7195691
.eslintrc.js
@@ -14,7 +14,7 @@ module.exports = {
14
argsIgnorePattern: '^event$',
15
ignoreRestSiblings: true,
16
vars: 'all',
17
- varsIgnorePattern: 'jsx|emotionJSX'
+ varsIgnorePattern: 'jsx|emotionJSX',
18
},
19
],
20
curly: [2, 'multi-line'],
docs/App/index.d.ts
@@ -1,5 +1,3 @@
1
import { Component } from 'react';
2
3
-export default class App extends Component {
4
-
5
-}
+export default class App extends Component {}
0 commit comments