Skip to content

Instantly share code, notes, and snippets.

@michchan
Last active October 27, 2020 10:42
Show Gist options
  • Save michchan/83cf49315bcb0f9931e37f4597b18ee0 to your computer and use it in GitHub Desktop.
Save michchan/83cf49315bcb0f9931e37f4597b18ee0 to your computer and use it in GitHub Desktop.
.eslintignore file for AWS-CDK stack
# Package manager files
**/node_modules/*
**/package-lock.json
**/yarn.lock
# Build/executable files
**/build/*
**/bundles/*
**/dist/*
# Environment configuration files
**/.github
**/.vscode
# Non JavaScript/TypeScript files
**/*.svg
# AWS CDK
**/cdk.out
**/.cdk.staging
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment