diff options
| author | Andrew Lee <andrew@alee14.me> | 2025-03-07 17:22:21 -0500 |
|---|---|---|
| committer | Andrew Lee <andrew@alee14.me> | 2025-03-07 17:22:21 -0500 |
| commit | c921e5cf8862def58029bd1801074c51113f86ae (patch) | |
| tree | 99c8c513fd56863984ee458e747f69a87ad3c715 /bot/eslint.config.js | |
| parent | cc06b8ed4e4e0aef02dfd8ab15df22a57a177a0a (diff) | |
| download | AleeBot-c921e5cf8862def58029bd1801074c51113f86ae.tar.gz AleeBot-c921e5cf8862def58029bd1801074c51113f86ae.tar.bz2 AleeBot-c921e5cf8862def58029bd1801074c51113f86ae.zip | |
More settings; Better error message; Database
Diffstat (limited to 'bot/eslint.config.js')
| -rw-r--r-- | bot/eslint.config.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bot/eslint.config.js b/bot/eslint.config.js index 6f258fe..e9901f8 100644 --- a/bot/eslint.config.js +++ b/bot/eslint.config.js @@ -20,7 +20,8 @@ export default [ '@stylistic/js/quotes': ['error', 'single'], '@stylistic/js/semi-style': ['error', 'last'], '@stylistic/js/semi': ['error', 'always'], - '@stylistic/js/indent': ['error', 4] + '@stylistic/js/indent': ['error', 4], + 'require-await': 'error' } }, pluginJs.configs.recommended, |
