Skip to content

Instantly share code, notes, and snippets.

@maticzav
Created November 18, 2017 00:23
Show Gist options
  • Save maticzav/ae036d10b18bb90bc17af7775c60814a to your computer and use it in GitHub Desktop.
Save maticzav/ae036d10b18bb90bc17af7775c60814a to your computer and use it in GitHub Desktop.
"dependencies": {
"apollo-client-preset": "^1.0.3",
"expo": "^22.0.2",
"graphql": "^0.11.7",
"graphql-tag": "^2.5.0",
"react": "16.0.0-beta.5",
"react-apollo": "^2.0.1",
"react-native": "^0.49.5",
"react-native-camera": "^0.12.0",
"styled-components": "^2.2.3"
},
"devDependencies": {
"babel-eslint": "^8.0.2",
"eslint": "^4.11.0",
"eslint-config-xo": "^0.19.0",
"eslint-config-xo-react": "^0.14.0",
"eslint-plugin-react": "^7.4.0",
"jest-expo": "^22.0.0",
"react-native-scripts": "1.7.0",
"react-test-renderer": "16.0.0-beta.5",
"xo": "^0.18.2"
},
"xo": {
"parser": "babel-eslint",
"extends": "xo-react",
"esnext": true,
"semicolon": false,
"space": 3,
"rules": {
"unicorn/filename-case": "off",
"react/prop-types": "off",
"import/prefer-default-export": "off",
"object-curly-spacing": [
"error",
"always"
],
"new-cap": "off"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment