UNPKG
authcli
Version:
latest (0.4.0)
0.4.0
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
A simple CLI app for managing your two-factor authentication tokens
github.com/sam3d/auth
sam3d/auth
authcli
/
.eslintrc.js
16 lines
(15 loc)
•
256 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module
.
exports
= {
"extends"
:
"eslint:recommended"
,
"env"
: {
"node"
:
true
},
"parserOptions"
: {
"ecmaVersion"
:
6
},
"rules"
: {
"quotes"
: [
1
,
"double"
],
"semi"
: [
1
,
"always"
],
"indent"
: [
1
,
"tab"
],
"no-console"
:
0
} };