From 5f7583cc21d1e6361775f1b2e3f22ced1681edb1 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]" <github-actions[bot]@users.noreply.github.com>
Date: Sun, 12 Mar 2023 03:07:11 +0000
Subject: [PATCH] Update configuration files

---
 .eslintrc.js   | 1 +
 .prettierrc.js | 1 +
 2 files changed, 2 insertions(+)

diff --git a/.eslintrc.js b/.eslintrc.js
index c78ea5ad..b20b0add 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -1,3 +1,4 @@
+// This is a reusable configuration file copied from https://github.com/actions/reusable-workflows/tree/main/reusable-configurations. Please don't make changes to this file as it's the subject of an automatic update.
 module.exports = {
   extends: [
     'eslint:recommended',
diff --git a/.prettierrc.js b/.prettierrc.js
index d7133c79..468cdb1e 100644
--- a/.prettierrc.js
+++ b/.prettierrc.js
@@ -1,3 +1,4 @@
+// This is a reusable configuration file copied from https://github.com/actions/reusable-workflows/tree/main/reusable-configurations. Please don't make changes to this file as it's the subject of an automatic update.
 module.exports = {
   printWidth: 80,
   tabWidth: 2,