-
-
Notifications
You must be signed in to change notification settings - Fork 190
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: eslint configurations #70
base: master
Are you sure you want to change the base?
Conversation
Hey! also added eslint security rules 🏂🤞 |
@@ -0,0 +1,32 @@ | |||
{ | |||
"env": { | |||
"browser": true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why bowser?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it is default eslint config :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is default eslint config :
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd to have this but this is not working with the current prettier config I have. They both should format the code in the same way.
Yup! it can make impact to your prettier config 🤹 |
Hello :)
I have added eslint configurations for this project it can be usefull in development . what is your thought on that ?