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 b062ccc commit 8e511a2Copy full SHA for 8e511a2
.eslintrc
@@ -7,7 +7,6 @@
7
"arrow-body-style": 0
8
},
9
"env": {
10
- "jasmine": true,
11
"mocha": true
12
}
13
package.json
@@ -46,6 +46,8 @@
46
"eslint-plugin-flow-vars": "0.4.0",
47
"eslint-plugin-flowtype": "2.2.7",
48
"eslint-plugin-import": "1.10.2",
49
+ "eslint-plugin-jsx-a11y": "1.5.5",
50
+ "eslint-plugin-react": "5.2.2",
51
"flow-bin": "0.28.0",
52
"mocha": "2.5.3",
53
"rimraf": "2.5.2",
src/__tests__/nodeFieldConfig-test.js
@@ -9,7 +9,7 @@ import {
describe('nodeFieldConfig', () => {
const typeToFindByIdMap = {
- 'User': findByIdResolver,
+ User: findByIdResolver,
};
14
const config = getNodeFieldConfig(typeToFindByIdMap);
15
0 commit comments