UNPKG
bcvwallet-jssdk
Version:
latest (2.0.1)
2.0.1
2.0.0
JSSDK for bitcvWallet app
github.com/bitcv/openPlatform
bitcv/openPlatform
bcvwallet-jssdk
/
.eslintrc.js
10 lines
•
205 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
module
.exports = {
"extends"
:
"standard"
,
//
add your custom rules here
rules:
{
//
关闭:不允许使用
';'
'semi'
:
"off"
,
//
关闭:不允许使用
'=='
'eqeqeq'
:
'off'
} };