UNPKG

sigfox-gcloud

Version:

Framework for building a Sigfox server, based on Google Cloud Functions

16 lines (15 loc) 283 B
{ "parser": "babel-eslint", "extends": "airbnb", "globals": { "__DEV__": true }, "rules": { "no-confusing-arrow": 0, "guard-for-in": 0, "no-continue": 0, "no-restricted-syntax": 0, "react/jsx-quotes": 0, "jsx-quotes": [2, "prefer-double"] } }