mirror of
https://github.com/certd/certd.git
synced 2026-04-03 14:10:54 +08:00
15 lines
203 B
Plaintext
15 lines
203 B
Plaintext
{
|
|
"extends": "standard",
|
|
"env": {
|
|
"mocha": true
|
|
},
|
|
"overrides": [
|
|
{
|
|
"files": ["*.test.js", "*.spec.js"],
|
|
"rules": {
|
|
"no-unused-expressions": "off"
|
|
}
|
|
}
|
|
]
|
|
}
|