UNPKG

interfax

Version:

A wrapper around the InterFAX REST API for sending and receiving faxes.

19 lines (18 loc) 410 B
module.exports = { env: { es6: true, node: true, mocha: true, }, extends: "eslint:recommended", parserOptions: { sourceType: "module", }, rules: { indent: ["error", 2], "linebreak-style": ["warn", "unix"], quotes: ["error", "single"], semi: ["error", "always"], "no-console": ["warn"], }, };