https://github.com/afonsopacifer/code-style-guide
:nail_care: Rules for writing beautiful codes.
https://github.com/afonsopacifer/code-style-guide
csscomb csslint eslint jsx styleguide
Last synced: 3 months ago
JSON representation
:nail_care: Rules for writing beautiful codes.
- Host: GitHub
- URL: https://github.com/afonsopacifer/code-style-guide
- Owner: afonsopacifer
- License: mit
- Created: 2016-05-31T00:25:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-04T16:44:13.000Z (about 8 years ago)
- Last Synced: 2025-03-29T04:38:06.311Z (3 months ago)
- Topics: csscomb, csslint, eslint, jsx, styleguide
- Homepage:
- Size: 11.7 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Code Style Guides
> :nail_care: Rules for writing beautiful codes.
#### Markup
- HTML
- Pug
- JSX#### Style
- CSS
- [Style Guide](css/CSS.md)
- [CSScomb Rules](css/.csscomb.json)
- [CSSlint rules](css/.csslintrc)#### Behavior
- Javascript
- [Style Guide](js/JS.md)
- [ESLint Rules](js/.eslintrc.json)## Contributing
Find on our [roadmap](https://github.com/afonsopacifer/code-style-guide/issues/1) the next steps of the project ;)
Want to contribute? [Follow these recommendations](https://github.com/afonsopacifer/code-style-guide/blob/master/CONTRIBUTING.md).## License
[MIT License](https://github.com/afonsopacifer/code-style-guide/blob/master/LICENSE.md) © [Afonso Pacifer](http://afonsopacifer.github.io/)