X Tutup
The Wayback Machine - https://web.archive.org/web/20201222034006/https://github.com/nodejs/llnode/pull/320
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESLint for test files #320

Open
wants to merge 2 commits into
base: master
from
Open

ESLint for test files #320

wants to merge 2 commits into from

Conversation

@Glassig
Copy link

@Glassig Glassig commented Oct 11, 2019

Fix #310

I could not make all the tests pass, but I tried as best as I could.
If you want any changes, let me know and I can fix it.

Glassig added 2 commits Oct 11, 2019
Installed ESLint and then used init to set it up. I had it use the
recommended settings, environment for node.
Fixes: #310
I tried to lint the testfiles. Unfortunately, not all was easily
linted. I had problems with the test/fixtures/inspect-test.js file
and one variable in test/common.js. I am not familiar enough with
the tests and how they work to fix those errors.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

1 participant
You can’t perform that action at this time.
X Tutup