Skip to content

Commit

Permalink
Fix ESLint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
LAKSHMIRPILLAI committed Sep 29, 2023
1 parent 4342eff commit 2a4ced6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"outDir": "dist"
},
"include": ["lib/**/*", "bin/**/*"],
"exclude": ["node_modules", "cdk.out", "dist",
"exclude": ["node_modules", "cdk.out", "dist", "lib/**/*.test.ts",
"lib/**/__snapshots__/**"]
}

0 comments on commit 2a4ced6

Please sign in to comment.