Last active
August 13, 2020 17:51
-
-
Save krnd/8ea8ae850eba0e24d0ec606c95b8169c to your computer and use it in GitHub Desktop.
javascript-eslintignore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# .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