From c23c1feebc6b9f101bb485505385d8346206bdf0 Mon Sep 17 00:00:00 2001 From: Jelle van Snik Date: Tue, 27 Dec 2022 16:51:32 +0100 Subject: [PATCH] linting fixes --- .eslintrc.js | 2 +- .gitignore | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index d45d17f9..d7dcebbb 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -18,7 +18,7 @@ module.exports = { typescript: {} } }, - ignorePatterns: ["public/*", "/*.js", "/*.ts"], + ignorePatterns: ["public/*", "dist/*", "/*.js", "/*.ts"], parser: "@typescript-eslint/parser", parserOptions: { project: "./tsconfig.json", diff --git a/.gitignore b/.gitignore index 26059563..24ee5531 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,7 @@ node_modules /coverage # production -/build +/dist # misc .DS_Store