Skip to content

Commit 0b8f641

Browse files
authored
Merge pull request #1193 from travi/renovate/master-travi-eslint-config-react-1.x
2 parents 33e2ac8 + 2a35694 commit 0b8f641

File tree

3 files changed

+368
-207
lines changed

3 files changed

+368
-207
lines changed

example/index.js

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,21 @@ import {Provider} from 'react-redux';
77
// #### Register with the Hapi server
88

99
// remark-usage-ignore-next 5
10-
const Wrap = () => null;
11-
const Index = () => null;
12-
const Foo = () => null;
13-
const Bar = () => null;
14-
const NotFound = () => null;
10+
function Wrap() {
11+
return null;
12+
}
13+
function Index() {
14+
return null;
15+
}
16+
function Foo() {
17+
return null;
18+
}
19+
function Bar() {
20+
return null;
21+
}
22+
function NotFound() {
23+
return null;
24+
}
1525

1626
export default {
1727
server: {port: process.env.PORT},

0 commit comments

Comments
 (0)