Browse Source

Update eslint.md

phillip055 7 years ago
parent
commit
008c4c2162
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/common/eslint.md

+ 2 - 2
pages/common/eslint.md

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