https://github.com/xgfe/codeguide
Xgfe Front-end development coding standards
https://github.com/xgfe/codeguide
Last synced: 8 months ago
JSON representation
Xgfe Front-end development coding standards
- Host: GitHub
- URL: https://github.com/xgfe/codeguide
- Owner: xgfe
- License: mit
- Created: 2015-09-07T07:52:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-02-08T06:39:43.000Z (almost 8 years ago)
- Last Synced: 2025-03-27T16:53:02.282Z (9 months ago)
- Homepage:
- Size: 63.5 KB
- Stars: 8
- Watchers: 28
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# codeguide
一套基于规则集的前端编码规范
***
* [HTML编码规范](./code-style/html.md)
* [CSS编码规范](./code-style/css.md)
* [JavaScript编码规范](./code-style/javascript.md)
* [ECMAScript 6 编码规范](./code-style/es6.md)
* [Angular 编码规范](./code-style/eslint-plugin-angular.md)
***
* [项目review最佳实践](./best-practice/admin-project.md)
### 工具支持
* Code Style Linters
- [HTMLHint - .htmlhintrc](https://github.com/xgfe/codeguide/blob/master/linters/.htmlhintrc)
- [CSSlint - .csshintrc](https://github.com/xgfe/codeguide/blob/master/linters/.csshintrc)
- [ESlint - .eslintrc](https://github.com/xgfe/codeguide/blob/master/linters/.eslintrc)
- [lint-plus - .lintrc](https://github.com/xgfe/codeguide/blob/master/linters/.lintrc)
* Editors
- Sublime Text 2/3
- [Sublime Text 3使用xg-htmlhint配置教程]( http://xgfe.github.io/2015/10/20/chenwubai/xg-htmlhint-config-in-Sublime-Text-3/)
- Vim:
- [Vim使用xg-htmlhint配置教程](http://xgfe.github.io/2015/10/21/HeOH/xg-htmlhint-for-vim/)
- WebStorm:
- Atom: