javascript icon indicating copy to clipboard operation
javascript copied to clipboard

JavaScript Style Guide

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

# repo/contributing.md Added CONTRIBUTING.md with contribution guidelines to the repo. This can be useful for new github contributors who are finding for open source contribution opportunities. Fixes #2033

First of all, great job on this guide, I agree with it almost 100%. All of this should really be common knowledge, but I sure as hell didn't know most...

enhancement
question
pull request wanted

It is great to suggest people to write tests, it is really a good idea, but I think that it is not enough. From my experience working with other coders...

editorial

Hello Airbnb team, We, at Hsoub Academy, have translated the Airbnb JavaScript Style Guide into Arabic since 2018, and we would like to add link to the translated tutorial in...

Closes #509

needs followup
needs rebase

By using code from [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn), the following style rules could be enforced: - [explicit-length-check](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/master/docs/rules/explicit-length-check.md) - [15.3][] Use shortcuts for booleans, but explicit comparisons for strings and numbers. - [import-index](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/master/docs/rules/import-index.md) -...

Just for be more visual, i was create a logo for readme :)

Summary of #1640. I extrapolated the reasoning to other transport layer packaging, hope it's the right conclusion.

editorial

Most style decisions are explained in the readme, but I couldn't find the reasoning on why a BOM is considered bad. Where I've looked: * [the patch](https://github.com/airbnb/javascript/commit/d9cb343b518349982f3b094f2ce48eda8347e6c7) that enabled it,...

question

Maybe you want to set up a [GitHub Page](https://pages.github.com/) and get the custom domain [styleguide.js.org](http://dns.js.org) for free. (renaming the repo to `styleguide` would be required)

enhancement
question