An open API service indexing awesome lists of open source software.

https://github.com/connorrose/Dilettantes-Guide-to-Linting

Setting up ESLint, Prettier, VS Code, and the AirBnB style guide in beautiful harmony.
https://github.com/connorrose/Dilettantes-Guide-to-Linting

airbnb article best-practices eslint linting prettier tldr vscode

Last synced: 7 months ago
JSON representation

Setting up ESLint, Prettier, VS Code, and the AirBnB style guide in beautiful harmony.

Awesome Lists containing this project

README

          

This guide is a ground-up look at how the most popular Javascript linting tools can be used together to professionalize any codebase. It covers integrating ESLint with Prettier, within VS Code, utilizing the AirBnB style guide, and assumes very basic familiarity with VS Code & the command line.

The explanations in [the main article](https://dev.to/connorrose/a-dilettante-s-guide-to-linting-3b02) are geared towards those who are new to web development and want a deeper understanding than just "_copy-paste these terminal commands_". For those who _do_ want a no-frills copypasta solution, there's a TLDR version as well.

## Articles
- [Main Article](./Articles/DevTo.md)
- [Addendum](./Articles/DevToAddendum.md)
- [TLDR](./Articles/TLDR.md)

## Example Config Files
1. [ESLint](./.eslintrc.json)
1. [Prettier](./.prettierrc.json)
1. [VS Code](./VSCODE-settings.jsonc)
1. [package.json](./package.json)