Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upRangeError: Maximum call stack size exceeded #1334
Comments
This comment has been minimized.
This comment has been minimized.
|
Found the issue You may close this thread! PS: nonetheless you may consider this as a bug, since eslint CLI is not throwing an error whilst standard CLI is. |
This comment has been minimized.
This comment has been minimized.
|
Interesting. Are you sure that you're using the same version of |
feross
closed this
Jul 29, 2019
This comment has been minimized.
This comment has been minimized.
|
I'm using on both cases the latest versions available on npm. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jfoclpf commentedJul 17, 2019
•
edited
What version of standard?
13.0.2
What operating system, Node.js, and npm version?
What did you expect to happen?
check for errors
I'm running local bin
node_modules/.bin/standard "src/**/*.js"or global
standard "src/**/*.js"What actually happened?
But when running the equivalent eslint,
node_modules/.bin/eslint -c test/.eslintrc.json "src/**/*.js"it does work
It seems it is giving an error on some fonts file. Is there a way to ignore files in CLI?