Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "eslint-g", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Generator eslint config for pspgbhu", | ||
@@ -16,3 +16,3 @@ "main": "index.js", | ||
"patch": "npm version patch && npm publish", | ||
"postversion": "npm publish && git push --follow-tags" | ||
"postversion": "npm publish && git push" | ||
}, | ||
@@ -19,0 +19,0 @@ "keywords": [ |
@@ -27,3 +27,3 @@ # eslint-g | ||
rule 有以下可选项: | ||
根据项目环境不同来生成不同的 eslintrc 规则文件,rule 有以下可选项: | ||
@@ -42,3 +42,3 @@ - `node` 或 `n`: 生成 nodejs 的 eslint 配置 (默认使用 node 配置) | ||
installer 有以下可选项: | ||
根据项目包管理工具的不同来选择不同的包管理器来安装依赖,installer 有以下可选项: | ||
@@ -45,0 +45,0 @@ - `npm`: 使用 npm 安装相关依赖(默认使用 npm) |
Sorry, the diff of this file is not supported yet
9536
11