Skip to content

Commit

Permalink
chore: eslint mono
Browse files Browse the repository at this point in the history
  • Loading branch information
driimus committed Aug 6, 2024
1 parent 626091c commit 63ee4d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default tsEslint.config(
{
languageOptions: {
parserOptions: {
project: true,
projectService: true,
tsconfigRootDir: import.meta.dirname,
},
},
Expand Down
2 changes: 2 additions & 0 deletions packages/aws-event-factory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
],
"scripts": {
"build": "tsc",
"format": "eslint --fix",
"lint": "eslint",
"test": "vitest run"
},
"peerDependencies": {
Expand Down

0 comments on commit 63ee4d1

Please sign in to comment.