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

Chore: add eslint as a devDependeny #11654

Merged
merged 2 commits into from
Apr 30, 2019
Merged

Conversation

mysticatea
Copy link
Member

What is the purpose of this pull request? (put an "X" next to item)

[X] Other, please explain: add eslint to devDependencies

What changes did you make? (Give an overview)

This PR adds eslint to devDepndencies.

+     "eslint": "file:.",

From this, npm makes a symbolic link ./node_modules/eslint./ so editors such as VSCode can use it to lint our codebase.

Is there anything you'd like reviewers to focus on?

Nothing in particular.

@mysticatea mysticatea added infrastructure Relates to the tools used in the ESLint development process chore This change is not user-facing labels Apr 26, 2019
@aladdin-add
Copy link
Member

"node ./bin/eslint.js --fix",

also, this line can be "eslint --fix", (if I'm not misunderstanding). 😄

@mysticatea mysticatea merged commit 7f290a9 into master Apr 30, 2019
@mysticatea mysticatea deleted the eslint-as-a-dev-dependency branch April 30, 2019 01:06
@eslint-deprecated eslint-deprecated bot locked and limited conversation to collaborators Oct 28, 2019
@eslint-deprecated eslint-deprecated bot added the archived due to age This issue has been archived; please open a new issue for any further discussion label Oct 28, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
archived due to age This issue has been archived; please open a new issue for any further discussion chore This change is not user-facing infrastructure Relates to the tools used in the ESLint development process
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants