mirror of https://gitee.com/openkylin/npm.git
15 lines
180 B
JSON
15 lines
180 B
JSON
|
{
|
||
|
"rules": {
|
||
|
"no-shadow": "off",
|
||
|
"no-console": "error"
|
||
|
},
|
||
|
"overrides": [{
|
||
|
"files": [
|
||
|
"test/**"
|
||
|
],
|
||
|
"rules": {
|
||
|
"no-console": "off"
|
||
|
}
|
||
|
}]
|
||
|
}
|