Skip to content

Instantly share code, notes, and snippets.

@krnd
Last active August 13, 2020 17:51
Show Gist options
  • Save krnd/8ea8ae850eba0e24d0ec606c95b8169c to your computer and use it in GitHub Desktop.
Save krnd/8ea8ae850eba0e24d0ec606c95b8169c to your computer and use it in GitHub Desktop.
javascript-eslintignore
# .eslintignore
#
# DESCRIPTION
# Generic configuration file specifying intentionally
# unlinted files when using ESLint.
#
# This configuration is based on the generic
# configuration published on GitHub.
#
# AUTHOR
# krnd
#
# VERSION
# 1.0
#
# SEE ALSO
# https://eslint.org/docs/user-guide/configuring#ignoring-files-and-directories
# https://gist.github.com/krnd
#
################### TOOLS ##################################
# Node.js packages
node_modules/*
################### PROJECT ################################
# (Project specific configurations)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment