All Projects → valleweb → Valle Style Guide

valleweb / Valle Style Guide

Licence: mit
Valle code style guide

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Valle Style Guide

Elements Of Python Style
Goes beyond PEP8 to discuss what makes Python code feel great. A Strunk & White for Python.
Stars: ✭ 3,308 (+32980%)
Mutual labels:  code-style, style-guide
Ios Style
Guidelines for iOS development in use at Spotify
Stars: ✭ 233 (+2230%)
Mutual labels:  code-style, style-guide
Eslint Config Standard React
ESLint Shareable Config for React/JSX support in JavaScript Standard Style
Stars: ✭ 416 (+4060%)
Mutual labels:  style-guide
Front End Style Guide
驴妈妈H5开发规范
Stars: ✭ 16 (+60%)
Mutual labels:  style-guide
Scalastyle
scalastyle
Stars: ✭ 679 (+6690%)
Mutual labels:  code-style
A11y Style Guide
Accessibility (A11Y) Style Guide
Stars: ✭ 493 (+4830%)
Mutual labels:  style-guide
Styleguide
Style guides for Google-originated open-source projects
Stars: ✭ 29,382 (+293720%)
Mutual labels:  style-guide
Clojure Style Guide
A community coding style guide for the Clojure programming language
Stars: ✭ 3,740 (+37300%)
Mutual labels:  style-guide
Pre Commit Terraform
pre-commit git hooks to take care of Terraform configurations
Stars: ✭ 902 (+8920%)
Mutual labels:  code-style
Xo
❤️ JavaScript/TypeScript linter (ESLint wrapper) with great defaults
Stars: ✭ 6,277 (+62670%)
Mutual labels:  code-style
Css
🎨 CSS: The Good Parts
Stars: ✭ 818 (+8080%)
Mutual labels:  style-guide
Javascript Airbnb
Перевод «JavaScript Style Guide» от Airbnb
Stars: ✭ 579 (+5690%)
Mutual labels:  style-guide
Awesome Guidelines
A curated list of high quality coding style conventions and standards.
Stars: ✭ 6,379 (+63690%)
Mutual labels:  style-guide
Guide
🍄 指北,A front end style guide.
Stars: ✭ 727 (+7170%)
Mutual labels:  style-guide
Pycodestyle
Simple Python style checker in one Python file
Stars: ✭ 4,465 (+44550%)
Mutual labels:  style-guide
Braid Design System
Themeable design system for the SEEK Group
Stars: ✭ 888 (+8780%)
Mutual labels:  style-guide
Elixir style guide
This is community style guide for the Elixir programming language. Please feel free to make pull requests and suggestions, and be a part of Elixir's vibrant community.
Stars: ✭ 3,870 (+38600%)
Mutual labels:  style-guide
Pep8speaks
A GitHub app to automatically review Python code style over Pull Requests
Stars: ✭ 546 (+5360%)
Mutual labels:  code-style
Standard
🌟 JavaScript Style Guide, with linter & automatic code fixer
Stars: ✭ 26,433 (+264230%)
Mutual labels:  style-guide
Styleguide Git Commit Message
/sBin/StyleGuide/Git/CommitMessage
Stars: ✭ 934 (+9240%)
Mutual labels:  style-guide

Valle Web code style guide

The Valle style guide.

HTML style guide

The HTML style guide of valle web

CSS style guide

The CSS style guide of valle web

JS style guide

The JS style guide of valle web

Commits

In order to facilitate the contribution by anyone in a project, all commit messages, pull request title or issues discussion must be in English.

Before commit adjusts in project, check if exists an open issue and make references for this issue using # in your commit message.

// Bad
git commit -m "Adicionando placeholder no input"
// Good
git commit -m "Add placeholder on input #10"

Always using a white line in the end

<!-- Bad -->
1.<body>
2.  <p></p>
3.</body>
<!-- Good -->
1.<body>
2.  <p></p>
3.</body>
4.

Contributing

Find on our issues the next steps of the project ;)
Want to contribute? Follow these recommendations.

License

MIT License © ValleWeb Team

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].