Updated first paragraph of readme

This commit is contained in:
Romein van Buren 2023-07-27 22:22:36 +02:00
parent 53c5099989
commit 88facd931e
Signed by: romein
GPG Key ID: 0EFF8478ADDF6C49

View File

@ -1,6 +1,6 @@
# yeslint!
A sensible, modern collection of configuration files for [ESLint] that enforces beautiful code. It contains both rules to ensure correct code (e.g. enforce `break` statements in each `switch` `case`), and rules to make your code beautiful (e.g. adding a trailing comma to array items that start on a newline).
A sensible, modern collection of configuration files for [ESLint] that enforces beautiful and correct code. It contains both rules to ensure correct code (e.g. enforce `break` statements in each `switch` `case`), and rules to make your code beautiful (e.g. adding a trailing comma to array items that start on a newline).
## What's included