https://github.com/nicksp/fe-codestyle
A set of style guides for my front-end code
https://github.com/nicksp/fe-codestyle
Last synced: 2 months ago
JSON representation
A set of style guides for my front-end code
- Host: GitHub
- URL: https://github.com/nicksp/fe-codestyle
- Owner: nicksp
- License: mit
- Created: 2015-11-11T10:50:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-19T14:00:14.000Z (over 8 years ago)
- Last Synced: 2025-01-07T20:22:13.990Z (4 months ago)
- Language: JavaScript
- Homepage: https://github.com/nicksp/fe-codestyle
- Size: 68.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Personal Coding Style
Finally decided it's time to make an agreement on how I write front-end code.
> Every line of code should appear to be written by a single person, no matter the number of contributors.
## List of Style Guides
* [JavaScript](javascript.md)
* [ECMAScript 6 (ES6)](es6.md)
* [React](react.md)
* [Node.js](node.md)
* [HTML5](html.md)
* [CSS & Sass](css.md)
* [Git Workflow](git-workflow.md)## Linters
List of packages that help check code style in your project and enforce suggested rules as closely as possible:
* [ESLint config](linters/.eslintrc.js) -- For installation and usage instructions, go to [README](linters/eslint-config/README.md) file
* [JSCS preset](linters/.jscsrc)## License
The [MIT](LICENSE) License