ソースを参照

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`