UNPKG
cls-mysql
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Continuation local storage shim for MySQL
github.com/building5/cls-mysql
building5/cls-mysql
cls-mysql
/
.jscsrc
8 lines
(7 loc)
•
191 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
{
"preset"
:
"airbnb"
,
"excludeFiles"
:
[
"node_modules/**"
]
,
"requireMultipleVarDecl"
:
null
,
"disallowMultipleVarDecl"
:
"exceptUndefined"
,
"requireDotNotation"
:
"except_snake_case"
}