From 0be7ea95f560c6afc6817d381054d914ebd0b2ca Mon Sep 17 00:00:00 2001 From: trajan0x <83933037+trajan0x@users.noreply.github.com> Date: Sun, 23 Jun 2024 23:41:48 -0400 Subject: [PATCH 01/16] [readme] remove deprecated travis ci badge; add github actions badge --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5f66a744..70916e27 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@
-
-
+
+
Date: Mon, 22 Jul 2024 02:39:43 +0100
Subject: [PATCH 02/16] [readme] fix typo in shareable config section in readme
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 70916e27..b0ea032d 100644
--- a/README.md
+++ b/README.md
@@ -174,7 +174,7 @@ export default [
];
```
-**Note**: Our shareable config do configure `files` or [`languageOptions.globals`](https://eslint.org/docs/latest/user-guide/configuring/configuration-files-new#configuration-objects).
+**Note**: Our shareable configs do NOT configure `files` or [`languageOptions.globals`](https://eslint.org/docs/latest/user-guide/configuring/configuration-files-new#configuration-objects).
For most of the cases, you probably want to configure some of these properties yourself.
```js
From ce846e00414c41676a6a8601022059878bcc0b89 Mon Sep 17 00:00:00 2001
From: k35o