diff options
author | Samuel Newman <mozzius@protonmail.com> | 2025-01-23 16:32:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-23 16:32:24 +0000 |
commit | 084d11c63aebd0afc516931a11bddac9b24b3b18 (patch) | |
tree | 77c2a3abf75a1c01435db4aa28064cef1ce3bb88 /.eslintrc.js | |
parent | 346a7387f6756cada15fd8302d1b1813b9e27bba (diff) | |
download | voidsky-084d11c63aebd0afc516931a11bddac9b24b3b18.tar.zst |
add ban-ts-comment rule as warn (#7541)
Diffstat (limited to '.eslintrc.js')
-rw-r--r-- | .eslintrc.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.js b/.eslintrc.js index 8f8383bcc..e25c9835e 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -93,6 +93,7 @@ module.exports = { ], }, ], + '@typescript-eslint/ban-ts-comment': 'warn', }, ignorePatterns: [ '**/__mocks__/*.ts', |