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.
- Host: GitHub
- URL: https://github.com/connorrose/Dilettantes-Guide-to-Linting
- Owner: connorrose
- Created: 2020-06-23T03:38:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-17T19:23:50.000Z (about 5 years ago)
- Last Synced: 2025-03-06T03:12:28.506Z (8 months ago)
- Topics: airbnb, article, best-practices, eslint, linting, prettier, tldr, vscode
- Homepage:
- Size: 185 KB
- Stars: 18
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)