Skip to content

Instantly share code, notes, and snippets.

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