-
Notifications
You must be signed in to change notification settings - Fork 2
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
DEV-37: Lint custom javascript with eslint #223
Merged
Merged
Changes from 12 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
ae3e179
Exclude .js from php linters
jesconstantine efbfd0c
Install node dependencies and lint custom js in code-review target
jesconstantine 0814481
Add config options for eslint directories and extensions
jesconstantine 53cbedb
Use core's actual eslint dependency and our new eslint config options
jesconstantine a36cb40
Revert "Use core's actual eslint dependency and our new eslint config…
jesconstantine 9da9153
Use built in tools for running eslint (node) and checking dependencie…
jesconstantine d44aeec
TEMP: update acquia memcache build install steps based on their docs
jesconstantine f7bf34a
Use yarn to execute eslint binary
jesconstantine 5ed8b94
remove dependency on node dependencies from code-review task
jesconstantine 42fbcb0
create discrete eslint phing task
jesconstantine 1e5dd5d
use recommended yarn cli command for checking installed packages
jesconstantine f15aee8
Don't touch settings file which is being removed anyway
jesconstantine c1d7ef4
Clean up comments for the eslint target
jesconstantine 0a5eec8
Make the directions clearer for multiple eslint directory patterns
jesconstantine 946638a
Add more context for eslint ext argument.
jesconstantine 5c3c004
I think we should allow ignore files, patterns to be used.
jesconstantine 2aaded8
Merge branch 'develop' into dev-37-eslint
agentrickard 893856d
dev-37 - Use php 8.1.18.
raylwalters 042cee7
Revert "dev-37 - Use php 8.1.18."
raylwalters 6bcfd92
Merge branch 'develop' into dev-37-eslint
byrond File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can roll this back once #226 is merged but this unblocks the build installer test step.