mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-19 13:19:42 +02:00
16 lines
204 B
Text
16 lines
204 B
Text
|
{
|
||
|
"extends": [
|
||
|
"codex"
|
||
|
],
|
||
|
"plugins": [
|
||
|
"chai-friendly"
|
||
|
],
|
||
|
"env": {
|
||
|
"mocha": true
|
||
|
},
|
||
|
"rules": {
|
||
|
"no-unused-expressions": 0,
|
||
|
"chai-friendly/no-unused-expressions": 2
|
||
|
}
|
||
|
}
|