UNPKG
phaxio-official
Version:
latest (1.2.2)
1.2.2
1.2.1
1.2.0
1.1.0
1.0.0
0.1.0
The official Node.JS library for Phaxio API v2.1.0. https://phaxio.com
phaxio-official
/
.eslintrc.js
8 lines
(7 loc)
•
103 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
module
.
exports
= {
"extends"
:
"airbnb-base"
,
"env"
: {
"node"
:
true
,
"mocha"
:
true
, }, };