File tree Expand file tree Collapse file tree 3 files changed +13
-8
lines changed Expand file tree Collapse file tree 3 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 77 "rules": {
88 "no-underscore-dangle": 0,
99 "no-unused-expressions": 0,
10- "arrow-body-style": 0
10+ "arrow-body-style": 0,
11+ "no-mixed-operators": 0,
12+ "no-restricted-syntax": 0,
13+ "import/prefer-default-export": 0,
14+ "no-lonely-if": 0
1115 },
1216 "env": {
1317 "mocha": true
1418 },
15- "plugins": [
16- "flowtype"
17- ]
19+ "globals": {
20+ "Class": true,
21+ "$Shape": true,
22+ }
1823}
Original file line number Diff line number Diff line change 55.*/resources/.*
66<PROJECT_ROOT>/lib/.*
77<PROJECT_ROOT>/dist/.*
8+ .*/node_modules/config-chain/test/broken.json
9+ .*/node_modules/npmconf/test/fixtures/package.json
810
911[include]
1012
1315[options]
1416esproposal.class_instance_fields=enable
1517suppress_comment= \\(.\\|\n\\)*\\$FlowFixMe
16-
17- [version]
18- 0.38.0
18+ unsafe.enable_getters_and_setters=true
Original file line number Diff line number Diff line change 33[ ![ travis build] ( https://img.shields.io/travis/nodkz/graphql-compose-connection.svg )] ( https://travis-ci.org/nodkz/graphql-compose-connection )
44[ ![ codecov coverage] ( https://img.shields.io/codecov/c/github/nodkz/graphql-compose-connection.svg )] ( https://codecov.io/github/nodkz/graphql-compose-connection )
55[ ![ ] ( https://img.shields.io/npm/v/graphql-compose-connection.svg )] ( https://www.npmjs.com/package/graphql-compose-connection )
6- [ ![ npm] ( https://img.shields.io/npm/dt/graphql-compose-connection.svg )] ( https ://www.npmjs .com/package /graphql-compose-connection)
6+ [ ![ npm] ( https://img.shields.io/npm/dt/graphql-compose-connection.svg )] ( http ://www.npmtrends .com/graphql-compose-connection)
77[ ![ Join the chat at https://gitter.im/graphql-compose/Lobby ] ( https://badges.gitter.im/nodkz/graphql-compose.svg )] ( https://gitter.im/graphql-compose/Lobby )
88[ ![ Commitizen friendly] ( https://img.shields.io/badge/commitizen-friendly-brightgreen.svg )] ( http://commitizen.github.io/cz-cli/ )
99
You can’t perform that action at this time.
0 commit comments