git.delta.rocks / unique-network / refs/commits / 2b8dc4297337

difftreelog

test update eslint config

Yaroslav Bolyukin2023-06-05parent: #3b5468e.patch.diff
in: master

1 file changed

modifiedtests/.eslintrc.jsondiffbeforeafterboth
29 }29 }
30 ],30 ],
31 "no-trailing-spaces": "warn",31 "no-trailing-spaces": "warn",
32 "keyword-spacing": [
33 "error",
34 {
35 "overrides": {
36 "if": {"after": false},
37 "while": {"after": false},
38 "for": {"after": false}
39 }
40 }
41 ],
32 "function-call-argument-newline": [42 "function-call-argument-newline": [
33 "error",43 "error",
34 "consistent"44 "consistent"
81 }91 }
82 ],92 ],
83 "@typescript-eslint/ban-ts-comment": "off",93 "@typescript-eslint/ban-ts-comment": "off",
84 "object-curly-spacing": "warn",94 "object-curly-spacing": ["warn", "never"],
85 "arrow-spacing": "warn",95 "arrow-spacing": "warn",
86 "array-bracket-spacing": "warn",96 "array-bracket-spacing": ["warn", "never"],
87 "template-curly-spacing": "warn",97 "template-curly-spacing": "warn",
88 "space-in-parens": "warn",98 "space-in-parens": "warn",
89 "arrow-body-style": ["warn", "as-needed"],99 "arrow-body-style": ["warn", "as-needed"],