Closed someyuck closed 7 months ago
Linted all code files. Added config files for both pylint and ESLint. Currently added disable comments for two pylint errors (bare-except and global-statement) in bot/main.py. Docstrings yet to be added in .js files
bare-except
global-statement
bot/main.py
LGTM, thanks for contributing! :tada:
Thanks for the opportunity! Would love to contribute more in the future!
Linted all code files. Added config files for both pylint and ESLint. Currently added disable comments for two pylint errors (
bare-except
andglobal-statement
) inbot/main.py
. Docstrings yet to be added in .js files