mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-18 07:30:12 +01:00
This commit is contained in:
parent
3e813e71ec
commit
9107b6dba8
3 changed files with 978 additions and 976 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue