From aadcd36a15a98d9227f29201a41242483fc0945f Mon Sep 17 00:00:00 2001 From: Antonio Morrone Date: Thu, 21 Sep 2023 15:36:41 +0200 Subject: [PATCH] style: do not check style on version.ts --- .eslintignore | 1 + .prettierignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.eslintignore b/.eslintignore index f06235c..c9fdad6 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,2 +1,3 @@ node_modules dist +version.ts \ No newline at end of file diff --git a/.prettierignore b/.prettierignore index 20c7585..419a579 100644 --- a/.prettierignore +++ b/.prettierignore @@ -11,3 +11,4 @@ node_modules webpack.config.js build dist +version.ts \ No newline at end of file