From 14365397570fc25e2b4159a323495f413b37471a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=97=AD?= Date: Thu, 24 Aug 2017 16:05:17 +0800 Subject: [PATCH] config modified --- jsHint配置说明.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsHint配置说明.md b/jsHint配置说明.md index d5f8b35..6166771 100644 --- a/jsHint配置说明.md +++ b/jsHint配置说明.md @@ -5,7 +5,7 @@ 将包管理器npm更新到最新版本 npm install npm@latest -g 安装任务管理工具grunt - npm install grunt --save + npm install grunt -g 安装代码检查工具jshint npm install jshint --save 安装grunt的jshint插件