From 76a0627cfceae5b257c7e34bf9e029182aa0ac8e Mon Sep 17 00:00:00 2001 From: calimanco Date: Mon, 25 Jan 2021 17:17:01 +0800 Subject: [PATCH] refactor: update eslintConfig --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 715955b..42f2033 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -14,7 +14,7 @@ module.exports = { } }, { - files: ['*.{spec|test}.ts'], + files: ['*.spec.ts', '*.test.ts'], rules: { 'prefer-promise-reject-errors': 'off', 'promise/param-names': 'off',