-
Notifications
You must be signed in to change notification settings - Fork 98
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 basic rules #2236
Add eslint basic rules #2236
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #2236 +/- ##
===========================================
+ Coverage 95.42% 95.43% +<.01%
===========================================
Files 109 109
Lines 2295 2300 +5
Branches 116 116
===========================================
+ Hits 2190 2195 +5
Misses 92 92
Partials 13 13
|
"brace-style": ["error", "1tbs"], | ||
"semi": ["error", "never"], | ||
"no-tabs": ["error"], | ||
"max-len": ["error", { "code": 80, "ignoreStrings": true, "ignoreComments": true, "ignoreTemplateLiterals": 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.
i miss prettier
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.
Yeah, basically prettier is enforcing a set of preconfigured rules, I'm picking the easy ones piece by piece, but some take time where those are quick to add
Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com>
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.
LGTM
Description:
Thank you! 🚀
For contributor:
PENDING.md
with issue # and GitHub usernameFiles changed
in the github PR explorerFor reviewer: