mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-04 05:59:54 +08:00
This commit is contained in:
parent
3e813e71ec
commit
9107b6dba8
@ -1,6 +1,5 @@
|
|||||||
build
|
build
|
||||||
dist
|
dist
|
||||||
electron
|
|
||||||
node_modules
|
node_modules
|
||||||
public
|
public
|
||||||
src/asset/pdf
|
src/asset/pdf
|
||||||
|
@ -12,6 +12,7 @@ module.exports = {
|
|||||||
rules: {
|
rules: {
|
||||||
semi: [2, "always"],
|
semi: [2, "always"],
|
||||||
quotes: [2, "double", {"avoidEscape": true}],
|
quotes: [2, "double", {"avoidEscape": true}],
|
||||||
|
"no-async-promise-executor": "off",
|
||||||
"no-prototype-builtins": "off",
|
"no-prototype-builtins": "off",
|
||||||
"no-useless-escape": "off",
|
"no-useless-escape": "off",
|
||||||
"no-irregular-whitespace": "off",
|
"no-irregular-whitespace": "off",
|
||||||
|
1040
app/electron/main.js
1040
app/electron/main.js
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user