|
|
@@ -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'],
|
|
|
},
|
|
|
};
|