UNPKG

behance-api

Version:

Node.js wrapper for the Behance API

16 lines 272 B
{ "extends": "airbnb-base", "env": { "node": true, "mocha": true }, "plugins": [ "import" ], "rules": { "prefer-arrow-callback": "off", "comma-dangle": "off", "func-names": ["error", "as-needed"], "no-underscore-dangle": "off" } }