javascript icon indicating copy to clipboard operation
javascript copied to clipboard

JavaScript Style Guide

Results 155 javascript issues
Sort by recently updated
recently updated
newest added

It doesn't suitable that add a country flags near by language name. Because a language may be used by many of countries.

Eslint announced a new config spec. https://eslint.org/docs/latest/user-guide/configuring/configuration-files-new According to [eslint's official blog](https://eslint.org/blog/2022/08/new-config-system-part-2/), though backward compatibility was taken care of, not all shareable configs continue to work with the new config...

#1640

invalid

Thanks for the excellent style guide! One thing that is not explicitly defined by the guide is inline comments. Can a section on this topic be added to the "Comments"...

pull request wanted
editorial

Please check some changes I've made in the document.

editorial

I get this error when I try to deploy to Heroku : ``` [eslint] Failed to load config "airbnb" to extend from. remote: Referenced from: /tmp/build_b7392388/client/.eslintrc.json ``` I have a...