From cba40b6aff598e821199c186c5f1795e5252bab9 Mon Sep 17 00:00:00 2001 From: Joseph Ditton Date: Tue, 16 Nov 2021 19:14:46 -0700 Subject: separate client and server apps --- .eslintrc.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.eslintrc.js') diff --git a/.eslintrc.js b/.eslintrc.js index f6c62be..da511e3 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -14,11 +14,12 @@ module.exports = { node: true, jest: true, }, - ignorePatterns: ['.eslintrc.js'], + ignorePatterns: ['.eslintrc.js', '.babelrc'], rules: { '@typescript-eslint/interface-name-prefix': 'off', '@typescript-eslint/explicit-function-return-type': 'off', '@typescript-eslint/explicit-module-boundary-types': 'off', '@typescript-eslint/no-explicit-any': 'off', + '@typescript-eslint/no-empty-function': 'off' }, }; -- cgit v1.2.3-70-g09d2