-
## Summary
Begin building a style guide to illustrate best practices for writing JavaScript for USWDS.
-
For the moment our JavaScript styleguide exists implicitly and can only be inferred from reading our source code. The `eslint` config that we use in our projects covers the most essential parts of the…
aqrln updated
7 years ago
-
For easier future maintenance and development, we should introduce style guidelines for the different (programming) languages used in Edirom Online:
- [ ] **JavaScript** Maybe something by Sencha o…
-
The article would be about why it's important to follow a JS styleguide
It will be based on this AngularJS styleguide: https://github.com/johnpapa/angular-styleguide
What are your thoughts?
ghost updated
8 years ago
-
Some tasks can run in parallel, for example watch tasks. It might be nice to add support for parallel execution. This could transform this:
```
"watch": "parallelshell 'npm run watch:javascript' 'npm…
-
It'd be nice to pick a style guide for our HTML/CSS/JS code.
HTML options
- TODO
CSS options
- TODO
Javascript options
- https://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml
- htt…
-
I was having trouble with an `h1` which was being overridden by normalize. After checking the order of my scss imports and for anything weird in my gulpfile I discovered that `setRequirements` in `Sty…
-
Since all modern browsers support ES6 modules now, it would be great if there would be a way to use them in the KSS styleguide.
It looks like this should be a rather simple change in [kss_builder_b…
-
html
https://www.w3schools.com/html/html5_syntax.asp
css articles
google - https://google.github.io/styleguide/htmlcssguide.html
https://levelup.gitconnected.com/the-complete-css-style-guide-for…
-
Need to work out a good way to implement this, but the basic thinking is that you should be able to view the css relating to a styleguide item from that styleguide item. There are a couple of ways thi…