Skip to content

Add JS linting to test suite#1374

Closed
williamjallen wants to merge 1 commit intoKitware:masterfrom
williamjallen:eslint
Closed

Add JS linting to test suite#1374
williamjallen wants to merge 1 commit intoKitware:masterfrom
williamjallen:eslint

Conversation

@williamjallen
Copy link
Collaborator

We currently have an eslint configuration, but eslint is not run as part of our regular test suite. This PR adds an eslint task to the test suite, and fixes the outstanding failures. Our current eslint configuration is fairly primitive and more rules should be added in the future.

@williamjallen williamjallen marked this pull request as ready for review April 19, 2023 00:03
@williamjallen williamjallen marked this pull request as draft April 19, 2023 14:01
@williamjallen
Copy link
Collaborator Author

Superseded by #1827.

@williamjallen williamjallen deleted the eslint branch November 29, 2023 15:40
github-merge-queue bot pushed a commit that referenced this pull request Nov 30, 2023
I made a mistake when creating #1374 by attempting to lint all of the
files while adding eslint. This iteration of my eslint work moves the
eslint step from our Mix build to a test which runs in our CI. I also
cleaned up the mix file at the same time, because it contained a bunch
of confusing JS code.

Once this PR is merged, I plan to lint sections of the codebase in
batches to slowly enable eslint. For now, most files are ignored.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments