From af9fcb9d397b64c5643524c39ac5252b201ecd51 Mon Sep 17 00:00:00 2001 From: Julian Schleemann Date: Fri, 24 Nov 2023 11:13:56 +0100 Subject: [PATCH 1/2] feat: add ignores for electron build artifacts --- eslint/ignores.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eslint/ignores.js b/eslint/ignores.js index 52e1f94..35cb846 100644 --- a/eslint/ignores.js +++ b/eslint/ignores.js @@ -5,6 +5,8 @@ module.exports = { ignores: [ '**/build/*', '**/dist/*', + '**/dist-*/*', + '**/release/*', '**/storybook-static/*', '**/.cache/*', '**/.next/*', From d95406b3c35238047c372fb2a40dbd9484343fcd Mon Sep 17 00:00:00 2001 From: Julian Schleemann Date: Fri, 24 Nov 2023 12:46:35 +0100 Subject: [PATCH 2/2] chore: bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4c2ce5a..1ee3f47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@atmina/linting", - "version": "2.0.0", + "version": "2.0.1", "description": "A collection of opinionated in-house linting rules.", "main": "index.js", "scripts": {},