浏览代码

Update eslint.md

phillip055 7 年之前
父节点
当前提交
008c4c2162
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      pages/common/eslint.md

+ 2 - 2
pages/common/eslint.md

@@ -12,8 +12,8 @@
 
 - Lint on files:
 
-`eslint {filename}.js`
+`eslint {{filename}}.js`
 
 - Lint with config:
 
-`eslint -c {config file path} {filename}.js`
+`eslint -c {{config file path}} {{filename}}.js`