mirror of
https://github.com/certd/certd.git
synced 2026-04-05 15:38:11 +08:00
18 lines
253 B
Plaintext
18 lines
253 B
Plaintext
{
|
|
"extends": "standard",
|
|
"env": {
|
|
"mocha": true
|
|
},
|
|
"parserOptions": {
|
|
"ecmaVersion": 2020
|
|
},
|
|
"overrides": [
|
|
{
|
|
"files": ["*.test.js", "*.spec.js"],
|
|
"rules": {
|
|
"no-unused-expressions": "off"
|
|
}
|
|
}
|
|
]
|
|
}
|