ipynb2html/.eslintignore
Jakub Jirutka 1ccabd4d07 Add node_modules/ to .eslintignore
I thought that it's by default, but apparently it's not. Maybe only the
root node_modules/ is ignored by default? This change speeds up eslint
by factor 2.
2020-01-23 12:06:21 +01:00

13 lines
165 B
Text

node_modules/
/.*cache/
/.tmp/
/coverage/
/dist/
/packages/*/bin/
/packages/*/coverage/
/packages/*/dist/
/packages/*/lib/
/packages/*/*.js
/scripts/*
/types/
/*.js