From 008c4c21628f988c9a0ecb869053f0cd2a035df9 Mon Sep 17 00:00:00 2001 From: phillip055 Date: Mon, 30 Oct 2017 16:32:06 +0700 Subject: [PATCH] Update eslint.md --- pages/common/eslint.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/eslint.md b/pages/common/eslint.md index 965613f14..82a56e404 100644 --- a/pages/common/eslint.md +++ b/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`