Skip to content

Commit

Permalink
Small fix for eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
LAKSHMIRPILLAI committed Sep 29, 2023
1 parent 5bf4a86 commit e8ad2a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"outDir": "dist"
},
"include": ["lib/**/*", "bin/**/*"],
"exclude": ["node_modules", "cdk.out", "dist", "lib/**/*.test.ts",
"exclude": ["node_modules", "cdk.out", "dist",
"lib/**/__snapshots__/**"]
}

0 comments on commit e8ad2a6

Please sign in to comment.