mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 12:15:22 +02:00
eslint: add German translation (#9405)
This commit is contained in:
parent
37d0281021
commit
7ff1585c3b
1 changed files with 20 additions and 0 deletions
20
pages.de/common/eslint.md
Normal file
20
pages.de/common/eslint.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# eslint
|
||||
|
||||
> Ein erweiterbarer Linter für JavaScript und JSX.
|
||||
> Weitere Informationen: <https://eslint.org>.
|
||||
|
||||
- Erstelle eine ESLint-Konfigurationsdatei:
|
||||
|
||||
`eslint --init`
|
||||
|
||||
- Linte Dateien:
|
||||
|
||||
`eslint {{pfad/zu/datei1.js pfad/zu/datei2.js ...}}`
|
||||
|
||||
- Behebe Lintingfehler:
|
||||
|
||||
`eslint --fix`
|
||||
|
||||
- Linte mit einer Konfigurationsdatei:
|
||||
|
||||
`eslint -c {{pfad/zu/konfigurationsdatei}} {{pfad/zu/quellordner}`
|
Loading…
Add table
Reference in a new issue