Skip to content

Commit 8017e0f

Browse files
authored
uth-239: CommentSection UI + backend (#103)
1 parent 8e84e6d commit 8017e0f

File tree

18 files changed

+1181
-33
lines changed

18 files changed

+1181
-33
lines changed

packages/backend/.eslintrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"parser": "@typescript-eslint/parser",
44
"plugins": ["@typescript-eslint", "eslint-plugin-node"],
55
"extends": [
6-
"eslint:recommended",
6+
"eslint:recommended",
77
"plugin:@typescript-eslint/recommended",
88
"prettier",
99
"plugin:import/typescript",
@@ -30,4 +30,4 @@
3030
"node/no-unpublished-import": 0
3131
}
3232
}]
33-
}
33+
}

0 commit comments

Comments
 (0)