JavaScript Style Guide
-
Updated
Dec 17, 2020 - JavaScript
{{ message }}
JavaScript Style Guide
Style guides for Google-originated open-source projects
The CSS design system that powers GitHub
Current behavior
I think there's a mismatch of environment variables being read by babel (JSX config) and Styleguidist, causing some issues deeper down.
(I've noticed this was raised before but was closed)
production here: https://github.com/styleguidist/react-styleguidist/blob/master/src/sSimple Python style checker in one Python file
A community coding style guide for the Clojure programming language
A community driven style guide for Elixir
Goes beyond PEP8 to discuss what makes Python code feel great. A Strunk & White for Python.
Vue.js Component Style Guide
An overview of automatic living styleguide generators
Created from react styleguidist for Vue Components with a living style guide
An attempt to make Unreal Engine 4 projects more consistent
Create living style guides using Markdown or React
One of the consumers of our system uses curly braces for content replacement in strings.
Due to the way that SD currently uses curly braces in the build process there is no way I can have a string that includes the braces for consumption.
I have tried a number of ways to escape the braces with no luck
Other languages and templating systems seem to use the concept of using double curly b
Detect if both possible results of a ternary operator return the same value.
# bad
# (all results below can be replaced by just `a`)
a if ... else a
a if a is not None else None
a if a != b else b
b if a == b else a
# ok
a if ... else c
a.split() if a is not None else None
a if a != b else cIt is either a bug or unnec
Open source emojis for designers, developers and everyone else!
Tools for developing, documenting, and testing React component libraries
Airbnb's Swift Style Guide.
The official GitHub mirror of https://gitlab.com/pycqa/flake8
A consistent code style guide for SQL to ensure legible and maintainable projects
An unofficial styleguide and best practices summary for PyTorch
/sBin/StyleGuide/Git/CommitMessage
Add a description, image, and links to the styleguide topic page so that developers can more easily learn about it.
To associate your repository with the styleguide topic, visit your repo's landing page and select "manage topics."
Describe the bug
Storybook --host attribute it changes localhost where it should change network host.
The expected result should be like the one bellow