From 1f45fddee827d4d033beff7d34eaf0889394a60e Mon Sep 17 00:00:00 2001 From: Xeltica Date: Wed, 6 Jan 2021 23:51:10 +0900 Subject: [PATCH] update: lint --- .eslintrc.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index d920d9d..68af308 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -31,6 +31,7 @@ module.exports = { 'semi': [ 'error', 'always' - ] + ], + '@typescript-eslint/explicit-module-boundary-types': 'off' } };