Skip to content

Commit

Permalink
Merge pull request #135 from atmina/electron-ignores
Browse files Browse the repository at this point in the history
feat: add ignores for electron build artifacts
  • Loading branch information
mvarendorff2 authored Nov 24, 2023
2 parents 10cfcf9 + d95406b commit 82368fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions eslint/ignores.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ module.exports = {
ignores: [
'**/build/*',
'**/dist/*',
'**/dist-*/*',
'**/release/*',
'**/storybook-static/*',
'**/.cache/*',
'**/.next/*',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {},
Expand Down

0 comments on commit 82368fa

Please sign in to comment.