mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-21 03:51:11 -08:00
Merge d7f984c1cc into ae4e99951a
This commit is contained in:
commit
482ef5d1eb
1 changed files with 2 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ js.configs.recommended,
|
|||
"init-declarations": "off",
|
||||
"@stylistic/jsx-quotes": "error",
|
||||
"@stylistic/key-spacing": "off",
|
||||
"@stylistic/keyword-spacing": ["error", {
|
||||
"@stylistic/keyword-spacing": ["warn", {
|
||||
before: true,
|
||||
after: false,
|
||||
overrides: {
|
||||
|
|
@ -114,6 +114,7 @@ js.configs.recommended,
|
|||
return: { after: true },
|
||||
throw: { after: true },
|
||||
try: { after: true },
|
||||
const: { after: true }
|
||||
},
|
||||
}],
|
||||
"@stylistic/line-comment-position": "off",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue