From 88facd931e6db85351ba910dd8aa31bfe14a4f58 Mon Sep 17 00:00:00 2001 From: Romein van Buren Date: Thu, 27 Jul 2023 22:22:36 +0200 Subject: [PATCH] Updated first paragraph of readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3c5782..fd87aa8 100644 --- a/README.md +++ b/README.md @@ -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