UNPKG
mcp23017-promise
Version:
latest (2.0.1)
2.0.1
2.0.0
MCP23017 library with promises.
gitlab.com/async-i2c/mcp23017-promise
mcp23017-promise
/
tslint.json
13 lines
(11 loc)
•
220 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"extends"
:
"tslint:recommended"
,
"rules"
:
{
"max-line-length"
:
{
"options"
:
[
80
]
}
,
"no-bitwise"
:
false
,
"only-arrow-functions"
:
false
,
"interface-name"
:
false
}
}