Skip to content

Commit 697e63d

Browse files
authored
Merge pull request #389 from w3bdesign/develop
Set Eslint complexity to 6
2 parents c851280 + 80cd53b commit 697e63d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/apollo/ApolloClient.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/*eslint complexity: ["error", 6]*/
2+
13
import fetch from 'node-fetch';
24
import {
35
ApolloClient,

0 commit comments

Comments
 (0)