mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:02:09 +02:00
eslint: update path placeholder (#10228)
* eslint: update path placeholder --------- Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> Co-authored-by: Marco Bonelli <marco@mebeim.net>
This commit is contained in:
parent
7fb40aa6dc
commit
d9c66f9c66
3 changed files with 6 additions and 6 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
- Esegui il linting di un dato set di file:
|
||||
|
||||
`eslint {{file1.js file2.js}}`
|
||||
`eslint {{percorso/del/file1.js percorso/del/file2.js ...}}`
|
||||
|
||||
- Risolvi gli errori di linting:
|
||||
|
||||
|
@ -17,4 +17,4 @@
|
|||
|
||||
- Esegui il linting utilizzando un determinato file di configurazione:
|
||||
|
||||
`eslint -c {{percorso/del/file_config}} {{app/src}}`
|
||||
`eslint -c {{percorso/del/file_config}} {{percorso/del/sorgente}}`
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
- Lint na danym zestawie plików:
|
||||
|
||||
`eslint {{nazwapliku}}.js {{nazwapliku1}}.js`
|
||||
`eslint {{ścieżka/do/pliku1.js ścieżka/do/pliku2.js ...}}`
|
||||
|
||||
- Napraw lint issues:
|
||||
|
||||
|
@ -17,4 +17,4 @@
|
|||
|
||||
- Lint z config:
|
||||
|
||||
`eslint -c {{sciezka/do/pliku_config}} {{app/src}}`
|
||||
`eslint -c {{ścieżka/do/pliku_konfiguracyjnego}} {{ścieżka/do/źródła}}`
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
- Lint on a given set of files:
|
||||
|
||||
`eslint {{filename}}.js {{filename1}}.js`
|
||||
`eslint {{path/to/file1.js path/to/file2.js ...}}`
|
||||
|
||||
- Fix lint issues:
|
||||
|
||||
|
@ -17,4 +17,4 @@
|
|||
|
||||
- Lint with config:
|
||||
|
||||
`eslint -c {{path/to/config_file}} {{app/src}}`
|
||||
`eslint -c {{path/to/config_file}} {{path/to/source}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue