Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webex/web-styleguide
Coding style guide for how we develop for the web
https://github.com/webex/web-styleguide
eslint javascript linter webex webex-teams
Last synced: about 4 hours ago
JSON representation
Coding style guide for how we develop for the web
- Host: GitHub
- URL: https://github.com/webex/web-styleguide
- Owner: webex
- License: mit
- Created: 2017-10-25T18:06:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-01T19:14:44.000Z (about 2 years ago)
- Last Synced: 2024-10-07T03:08:36.328Z (about 1 month ago)
- Topics: eslint, javascript, linter, webex, webex-teams
- Language: JavaScript
- Homepage: https://developer.webex.com
- Size: 131 KB
- Stars: 8
- Watchers: 25
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Cisco Spark Web Styleguide
*A guide to how we code for the web*
## Our Guides
- [Project Layout](project-layout/)
- [HTML](html/)
- [CSS](css/)
- [Javascript](javascript/)
- [React](react/)
- [Linters](linters/)
- [Tools](tools/)## Overview
The guides and linters provided here are a guide for how we, in the Spark for Developers group,
approach developing for the web. It is our means of keeping our code consistent and as a reference
for the different patterns we use. Many of the recipes and rules we've laid out are adapted from
other well known projects, or the community at large.## Contributing
Please feel free to open issues and PRs against this repo. It is meant to be a living document.
We hope to encourage discussion and that the guide will evolve as web standards and norms change.