eslint: add German translation (#9405)
This commit is contained in:
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}`
|
Reference in New Issue
Block a user