1.2.0 • Published 4 years ago

@woqutech/eslint-config-js v1.2.0

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
4 years ago

JavaScript Style Guide

本代码规范基于 JavaScript Standard Style 代码规范修改扩展而成。

掌握本规范的最好方法是结合 @woqutech/lint-js 工具在代码中使用它,验证它。

使用

$ npm install -D @woqutech/lint-js
$ ./node_modules/.bin/lint-js

规则细则

建议直接阅读配置文件 index.js 并结合 JavaScript Standard Style 文档对照学习。