Skip to content

Commit 93f1594

Browse files
authored
Fix linting section and add German translation
Removed merge conflict markers and provided a German translation for the linting section.
1 parent c1469ab commit 93f1594

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/content/learn/editor-setup.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,7 @@ Bei einigen Editoren sind diese Funktionen bereits integriert, bei anderen muss
3131

3232
### Linting {/*linting*/}
3333

34-
<<<<<<< HEAD
3534
Code-Linter finden Probleme in deinem Code, während du ihn schreibst, und helfen dir, sie frühzeitig zu beheben. [ESLint](https://eslint.org/) ist ein beliebter, Open-Source Linter für JavaScript.
36-
=======
37-
Code linters find problems in your code as you write, helping you fix them early. [ESLint](https://eslint.org/) is a popular, open source linter for JavaScript.
38-
>>>>>>> 6be2b020a0cabf2fd6dbff5c42c399b8ac323bca
3935

4036
* [Installiere ESLint mit der empfohlenen Konfiguration für React](https://www.npmjs.com/package/eslint-config-react-app) (Gehe sicher, dass du [Node installiert hast!](https://nodejs.org/en/download/current/))
4137
* [Integriere ESLint in VSCode mit der offiziellen Erweiterung](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)

0 commit comments

Comments
 (0)