You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 20, 2023. It is now read-only.
Right, but eslint already looks for config files in the current directory and upwards, and thus it doesn't have the problem that FAQ entry is supposed to address. Also .eslintrc is supposedly deprecated too.
Anyway, the point of that FAQ entry is to show how this kind of things can be done, rather that refer exclusively to jscs and its quirks. I suppose the jscs checker can be removed from syntastic in a future release of syntastic (say in at least a year from now), so perhaps we should postpone finding a better example until then (provided that it still makes sense by then, that is).
Only in the sense that the typed .eslintrc.json, .eslintrc.js, .eslintrc.yml names are now preferred to the untyped .eslintrc name. Any JavaScript-format .eslintrc is still supported, it just needs to be named .eslintrc.js.
@ferdnyc Feel free to submit a patch that removes all references jscs and provides a better example in the README.
This file contains hidden or 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
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
None yet
3 participants
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.
JSCS was merged with ESLint. Look here: http://jscs.info/