From 7d5d9b7b859f1d6543671dc48fa003d64c10eef6 Mon Sep 17 00:00:00 2001 From: Michal Date: Thu, 16 Apr 2020 00:33:08 +0200 Subject: [PATCH] update eslint updated --- pages.pl/common/eslint.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages.pl/common/eslint.md b/pages.pl/common/eslint.md index ba6f76e314..18dac62e05 100644 --- a/pages.pl/common/eslint.md +++ b/pages.pl/common/eslint.md @@ -9,7 +9,7 @@ - Lint na danym zestawie plików: -`eslint {{filename}}.js {{filename1}}.js` +`eslint {{nazwapliku}}.js {{nazwapliku1}}.js` - Napraw lint issues: @@ -17,4 +17,4 @@ - Lint z config: -`eslint -c {{path/to/config_file}} {{app/src}}` +`eslint -c {{sciezka/do/pliku_config}} {{app/src}}`