Tag: Eslint
Dealing with line endings in Windows with Git and ESLint
GiteslintVS CodeWindows12 January, 2019Time to read: 9 minsWhen you checkout a branch in Windows, Git may replace the line endings with CRLF. In this post, we’ll see how you can change it in LF and avoid the ESLint errors.
Configuring ESLint with Prettier
eslintprettierjavascript04 January, 2019Time to read: 9 minsWe’ll see 2 methods to configure ESLint with Prettier and write consistent and quality code.