Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
slaat12918yIt feels to me like not using any punctuation in my sentences it makes me feel uncomfortable
-
metaory15118yConfession: I have eslint rule for not having semicolon!
Will throw error if semicolon exists!
Using Google style guide +.. btw -
@metaory Same here!
"jsx-quotes": [2, "prefer-double"],
"quotes":, [2, "double", {
"avoidEscape": true,
"allowTemplateLiterals": true
}]
How to start a flame war in DevRant with JavaScript in one sentence? Simple.
I don't use semicolons.
undefined