Update .eslintrc.js

This commit is contained in:
syuilo 2023-07-31 18:53:34 +09:00
parent 9f0f7756ee
commit 5e3e246c14
1 changed files with 0 additions and 3 deletions

View File

@ -21,9 +21,6 @@ module.exports = {
'allowSingleExtends': true, 'allowSingleExtends': true,
}, },
], ],
'@typescript-eslint/prefer-nullish-coalescing': [
'error',
],
// window の禁止理由: グローバルスコープと衝突し、予期せぬ結果を招くため // window の禁止理由: グローバルスコープと衝突し、予期せぬ結果を招くため
// e の禁止理由: error や event など、複数のキーワードの頭文字であり分かりにくいため // e の禁止理由: error や event など、複数のキーワードの頭文字であり分かりにくいため
'id-denylist': ['error', 'window', 'e'], 'id-denylist': ['error', 'window', 'e'],