diff options
| author | Andrew Lee <andrew@alee14.me> | 2025-03-30 17:39:45 -0400 |
|---|---|---|
| committer | Andrew Lee <andrew@alee14.me> | 2025-03-30 17:39:45 -0400 |
| commit | 48d906bfd8fade21c13e73ea703ecb699a19c533 (patch) | |
| tree | 8551fd01f1cc146d1f2d5d3afaa75b257e833060 /bot/eslint.config.js | |
| parent | d37cc8c56cbf8c9ffe7023c671abe0d579ea875d (diff) | |
| download | AleeBot-48d906bfd8fade21c13e73ea703ecb699a19c533.tar.gz AleeBot-48d906bfd8fade21c13e73ea703ecb699a19c533.tar.bz2 AleeBot-48d906bfd8fade21c13e73ea703ecb699a19c533.zip | |
More eslint styling
Diffstat (limited to 'bot/eslint.config.js')
| -rw-r--r-- | bot/eslint.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/eslint.config.js b/bot/eslint.config.js index e9901f8..3e15c48 100644 --- a/bot/eslint.config.js +++ b/bot/eslint.config.js @@ -21,6 +21,7 @@ export default [ '@stylistic/js/semi-style': ['error', 'last'], '@stylistic/js/semi': ['error', 'always'], '@stylistic/js/indent': ['error', 4], + 'object-curly-spacing': ['error', 'always'], 'require-await': 'error' } }, |
