Skip to content

Commit 7195691

Browse files
committed
prettier
1 parent 2e73602 commit 7195691

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module.exports = {
1414
argsIgnorePattern: '^event$',
1515
ignoreRestSiblings: true,
1616
vars: 'all',
17-
varsIgnorePattern: 'jsx|emotionJSX'
17+
varsIgnorePattern: 'jsx|emotionJSX',
1818
},
1919
],
2020
curly: [2, 'multi-line'],

docs/App/index.d.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
import { Component } from 'react';
22

3-
export default class App extends Component {
4-
5-
}
3+
export default class App extends Component {}

0 commit comments

Comments
 (0)