UNPKG

behance-api

Version:

Node.js wrapper for the Behance API

15 lines 288 B
{ "extends": "airbnb-base", "env": { "node": true }, "plugins": [ "import" ], "rules": { "prefer-arrow-callback": "off", "comma-dangle": "off", "func-names": ["error", "as-needed"], "no-plusplus": ["error", { "allowForLoopAfterthoughts": true } ] } }