factorial-io / pattern-lab-edition-factorial

Factorial pattern lab edition
GNU General Public License v2.0
1 stars 0 forks source link

Fix: Ignore /node_modules and /source/build directories #10

Closed dberri closed 5 years ago

dberri commented 5 years ago

When running yarn run fix:js, files under node_modules and source/build are also linted.

IS: Currently, those are directories are not ignored by default, only using a .eslintignore.

SHOULD: The script should ignore files under those directories.