From a97fcd9e73b12c886d767314eb180aa3c3fac5e6 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 11 Sep 2022 03:34:41 +0900 Subject: [PATCH 1/2] Update .eslintrc.js --- packages/shared/.eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/shared/.eslintrc.js b/packages/shared/.eslintrc.js index 2e48a764a..5a6a9c5af 100644 --- a/packages/shared/.eslintrc.js +++ b/packages/shared/.eslintrc.js @@ -14,7 +14,7 @@ module.exports = { rules: { 'indent': ['warn', 'tab', { 'SwitchCase': 1, - 'MemberExpression': 'off', + 'MemberExpression': 1, 'flatTernaryExpressions': true, 'ArrayExpression': 'first', 'ObjectExpression': 'first', From d9ab03f086a8058d1325816eca6387eb8e160ce8 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 11 Sep 2022 03:40:24 +0900 Subject: [PATCH 2/2] Update ROADMAP.md --- ROADMAP.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ROADMAP.md b/ROADMAP.md index 9b3016cad..b2c5c8757 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -18,6 +18,8 @@ This is the phase we are at now. We need to make a high-maintenance environment - Measure coverage - https://github.com/misskey-dev/misskey/pull/9081 - Improve documentation +- Refactoring + - Extract the logic of each endpoint definition into a service and just call it ## (2) Improve functionality Once Phase 1 is complete and an environment conducive to the development of a stable system is in place, the implementation of new functions can begin gradually.