Skip to content

Commit

Permalink
docs: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lpm0073 committed Nov 19, 2023
1 parent 8efa1dd commit 965a2e5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,7 @@ This repo is referenced by multiple YouTube videos, including various tutorials

### Linters and Formatters

Linters and formatters are tools used in programming to analyze and improve the quality of code.

**Linters** are tools that analyze source code to flag programming errors, bugs, stylistic errors, and suspicious constructs. They help to enforce coding standards and styles, and can often catch potential issues before they become problems.

**Formatters**, on the other hand, are tools that automatically format source code in a consistent style. They help to maintain a consistent code style across a project, making the code easier to read and understand.
Linters and formatters are tools used in programming to analyze and improve the quality of code. This project leverages several, including:

#### Code Formatting

Expand Down

0 comments on commit 965a2e5

Please sign in to comment.