Skip to content

Commit

Permalink
chore: bump common eslint config to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
binaryoverload committed Jan 20, 2025
1 parent 81ddb3d commit 8f219e8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ export default [
...eslintConfig,
{
ignores: [
'scripts/*',
'dist/*'
'scripts/*'
]
}
];
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"zod": "^3.21.4"
},
"devDependencies": {
"@pretendonetwork/eslint-config": "^0.0.1",
"@pretendonetwork/eslint-config": "^0.0.2",
"@types/bmp-js": "^0.1.2",
"@types/express": "^4.17.17",
"@types/fs-extra": "^11.0.1",
Expand All @@ -73,4 +73,4 @@
"typescript": "^5.0.4",
"xmlbuilder2": "^3.1.0"
}
}
}

0 comments on commit 8f219e8

Please sign in to comment.