Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add and configure ESLint and Prettier for Discord Bot #58

Open
daemon1024 opened this issue Nov 10, 2020 · 1 comment
Open

Add and configure ESLint and Prettier for Discord Bot #58

daemon1024 opened this issue Nov 10, 2020 · 1 comment
Labels

Comments

@daemon1024
Copy link
Member

ESLint performs automated scans of your JavaScript files for common syntax and style errors.

https://eslint.org/docs/user-guide/getting-started

Prettier scans your files for style issues and automatically reformats your code to ensure consistent rules are being followed for indentation, spacing, semicolons, single quotes vs double quotes, etc.

https://prettier.io/docs/en/install.html

These will help us streamline our codebase as well as the review process.

Hi, If it is the first time that you contribute to the bot, follow these steps:

Write a comment in this issue thread to let other possible contributors know that you are working on this bug. For eg : Hey all, I would like to work on this issue., follow Contributing to the bot 🔥✨ and feel free to ask anything related to this issue ✌️.

@DeexithParand2k2
Copy link

Hey all, I would like to work on this issue. Could you please assign this issue to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants