mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
23 lines
420 B
Plaintext
23 lines
420 B
Plaintext
|
{
|
||
|
"env": {
|
||
|
"mocha": true
|
||
|
},
|
||
|
"parserOptions": {
|
||
|
"ecmaFeatures": {
|
||
|
"jsx": true
|
||
|
}
|
||
|
},
|
||
|
"plugins": [
|
||
|
"mocha"
|
||
|
],
|
||
|
"rules": {
|
||
|
"mocha/no-exclusive-tests": 2,
|
||
|
"mocha/no-global-tests": 2,
|
||
|
"mocha/no-identical-title": 2,
|
||
|
"mocha/no-mocha-arrows": 2,
|
||
|
"mocha/no-pending-tests": 1,
|
||
|
"mocha/no-skipped-tests": 1,
|
||
|
"no-use-before-define": 0,
|
||
|
"prefer-arrow-callback": 0
|
||
|
}
|
||
|
}
|