mirror of
https://gitee.com/docsifyjs/docsify.git
synced 2024-11-30 02:58:37 +08:00
8352a1e489
* refactor: build config * chore: fix conflict * fix: 404 page path
21 lines
429 B
Plaintext
21 lines
429 B
Plaintext
{
|
|
"extends": "xo-space/browser",
|
|
"rules": {
|
|
"semi": [2, "never"],
|
|
"no-return-assign": "off",
|
|
"no-unused-expressions": "off",
|
|
"no-new-func": "off",
|
|
"no-multi-assign": "off",
|
|
"no-mixed-operators": "off",
|
|
"max-params": "off",
|
|
"no-script-url": "off",
|
|
"camelcase": "off",
|
|
"no-warning-comments": "off"
|
|
},
|
|
"globals": {
|
|
"Docsify": true,
|
|
"$docsify": true,
|
|
"process": true
|
|
}
|
|
}
|