Browse Source

update .eslintrc.js

Yuki Takei 4 years ago
parent
commit
75e17e01d5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/app/.eslintrc.js

+ 1 - 0
packages/app/.eslintrc.js

@@ -21,6 +21,7 @@ module.exports = {
     // set 'warn' temporarily -- 2021.08.02 Yuki Takei
     '@typescript-eslint/explicit-module-boundary-types': ['warn'],
     '@typescript-eslint/no-use-before-define': ['warn'],
+    '@typescript-eslint/no-this-alias': ['warn'],
     '@typescript-eslint/no-var-requires': ['warn'],
   },
 };