From 794c6ddc1fad4545ca0db23d48cbc123d0ffa248 Mon Sep 17 00:00:00 2001 From: Yota Toyama Date: Mon, 4 Dec 2023 13:30:50 +0900 Subject: [PATCH] feat: Enable explicit typing and accessibility --- node14-typescript.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/node14-typescript.js b/node14-typescript.js index 1e3399a..87b0c89 100644 --- a/node14-typescript.js +++ b/node14-typescript.js @@ -44,6 +44,8 @@ module.exports = { '@typescript-eslint/ban-types': 'error', '@typescript-eslint/consistent-type-assertions': 'error', '@typescript-eslint/explicit-function-return-type': 'error', + '@typescript-eslint/explicit-member-accessibility': 'error', + '@typescript-eslint/explicit-module-boundary-types': 'error', '@typescript-eslint/member-delimiter-style': 'error', '@typescript-eslint/no-array-constructor': 'error', '@typescript-eslint/no-empty-function': 'error',