mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
chore(eslint): set max code length to 100
This commit is contained in:
parent
d1b08e535e
commit
c6d39e4f1f
@ -11,7 +11,7 @@ export const stylisticRules = {
|
|||||||
"@stylistic/quotes": [ "error", "double", { avoidEscape: true, allowTemplateLiterals: "always" } ],
|
"@stylistic/quotes": [ "error", "double", { avoidEscape: true, allowTemplateLiterals: "always" } ],
|
||||||
"@stylistic/semi": [ "error", "always" ],
|
"@stylistic/semi": [ "error", "always" ],
|
||||||
"@stylistic/quote-props": [ "error", "consistent-as-needed" ],
|
"@stylistic/quote-props": [ "error", "consistent-as-needed" ],
|
||||||
"@stylistic/max-len": [ "error", { code: 200 } ],
|
"@stylistic/max-len": [ "error", { code: 100 } ],
|
||||||
"@stylistic/comma-dangle": [ "error", "never" ],
|
"@stylistic/comma-dangle": [ "error", "never" ],
|
||||||
"@stylistic/linebreak-style": [ "error", "unix" ],
|
"@stylistic/linebreak-style": [ "error", "unix" ],
|
||||||
"@stylistic/array-bracket-spacing": [ "error", "always" ],
|
"@stylistic/array-bracket-spacing": [ "error", "always" ],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user