
代码规范
Tokki_
萌新瑟瑟发抖
展开
-
eslint规范
"no-alert": 0,//禁止使用alert confirm prompt"no-array-constructor": 2,//禁止使用数组构造器"no-bitwise": 0,//禁止使用按位运算符"no-caller": 1,//禁止使用arguments.caller或arguments.callee"no-catch-shadow": 2,//禁止catch子句参数...转载 2019-06-23 19:39:41 · 562 阅读 · 0 评论 -
css样式规范
书写顺序位置属性(position, top, right,z-index, display, float等)大小(width, height, padding,margin)文字系列(font, line-height,letter-spacing, color- text-align等)背景(background, border等)其他(animation, transition等...转载 2019-07-02 11:32:00 · 464 阅读 · 0 评论