Skip to content

Commit 8e511a2

Browse files
committed
Add eslint-airbnb required modules
1 parent b062ccc commit 8e511a2

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.eslintrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"arrow-body-style": 0
88
},
99
"env": {
10-
"jasmine": true,
1110
"mocha": true
1211
}
1312
}

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@
4646
"eslint-plugin-flow-vars": "0.4.0",
4747
"eslint-plugin-flowtype": "2.2.7",
4848
"eslint-plugin-import": "1.10.2",
49+
"eslint-plugin-jsx-a11y": "1.5.5",
50+
"eslint-plugin-react": "5.2.2",
4951
"flow-bin": "0.28.0",
5052
"mocha": "2.5.3",
5153
"rimraf": "2.5.2",

src/__tests__/nodeFieldConfig-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99

1010
describe('nodeFieldConfig', () => {
1111
const typeToFindByIdMap = {
12-
'User': findByIdResolver,
12+
User: findByIdResolver,
1313
};
1414
const config = getNodeFieldConfig(typeToFindByIdMap);
1515

0 commit comments

Comments
 (0)