diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-07-30 01:18:44 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-07-30 01:18:44 +0900 |
| commit | 51ca78d496fea80f45431022324d2dc25c77f1cf (patch) | |
| tree | 7b824313c4cdbf0c0acee2363af74724820f0135 | |
| parent | introduce eslint (diff) | |
| download | misskey-51ca78d496fea80f45431022324d2dc25c77f1cf.tar.gz misskey-51ca78d496fea80f45431022324d2dc25c77f1cf.tar.bz2 misskey-51ca78d496fea80f45431022324d2dc25c77f1cf.zip | |
Update .eslintrc.js
| -rw-r--r-- | .eslintrc.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc.js b/.eslintrc.js index 4baa50b511..a0f4374ebe 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -27,6 +27,6 @@ module.exports = { 'no-param-reassign': ['warn'], 'no-constant-condition': ['warn'], 'no-empty-pattern': ['warn'], - '@typescript-eslint/no-inferrable-types': ['off'], + '@typescript-eslint/no-inferrable-types': ['warn'], }, }; |