From e11170ce5a8c49b0b65160db99148a920b50e0cb Mon Sep 17 00:00:00 2001
From: IvanZosimov <ivanzosimov@github.com>
Date: Fri, 3 Mar 2023 12:06:19 +0100
Subject: [PATCH] Update ESLint and Prettier configurations

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

diff --git a/.eslintrc.js b/.eslintrc.js
index b20b0ad..c78ea5a 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -1,4 +1,3 @@
-// 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 468cdb1..d7133c7 100644
--- a/.prettierrc.js
+++ b/.prettierrc.js
@@ -1,4 +1,3 @@
-// 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,