aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to 'client/.eslintrc.json')
-rw-r--r--client/.eslintrc.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/.eslintrc.json b/client/.eslintrc.json
index cfa758405..021de0118 100644
--- a/client/.eslintrc.json
+++ b/client/.eslintrc.json
@@ -22,6 +22,8 @@
22 "plugin:@angular-eslint/template/process-inline-templates" 22 "plugin:@angular-eslint/template/process-inline-templates"
23 ], 23 ],
24 "rules": { 24 "rules": {
25 "jsdoc/newline-after-description": "off",
26 "jsdoc/check-alignment": "off",
25 "lines-between-class-members": "off", 27 "lines-between-class-members": "off",
26 "@typescript-eslint/lines-between-class-members": [ "off" ], 28 "@typescript-eslint/lines-between-class-members": [ "off" ],
27 "arrow-body-style": "off", 29 "arrow-body-style": "off",