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

tools: delete redundant .eslintignore rule #20203

Closed
wants to merge 1 commit into from
Closed

tools: delete redundant .eslintignore rule #20203

wants to merge 1 commit into from

Conversation

vsemozhetbyt
Copy link
Contributor

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

The node_modules rule below is treated as a glob pattern, so it includes the tools/node_modules folder.

Refs: https://eslint.org/docs/user-guide/configuring#ignoring-files-and-directories
Refs: https://git-scm.com/docs/gitignore#_pattern_format

The `node_modules` rule below is treated as a glob pattern,
so it includes the `tools/node_modules` folder.

Refs: https://eslint.org/docs/user-guide/configuring#ignoring-files-and-directories
Refs: https://git-scm.com/docs/gitignore#_pattern_format
@nodejs-github-bot nodejs-github-bot added the tools Issues and PRs related to the tools directory. label Apr 21, 2018
@vsemozhetbyt
Copy link
Contributor Author

@vsemozhetbyt vsemozhetbyt added the fast-track PRs that do not need to wait for 48 hours to land. label Apr 21, 2018
@vsemozhetbyt
Copy link
Contributor Author

Please, add 👍 here to approve fast-tracking.

@vsemozhetbyt vsemozhetbyt added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Apr 21, 2018
vsemozhetbyt added a commit that referenced this pull request Apr 21, 2018
The `node_modules` rule below is treated as a glob pattern,
so it includes the `tools/node_modules` folder.

PR-URL: #20203
Refs: https://eslint.org/docs/user-guide/configuring#ignoring-files-and-directories
Refs: https://git-scm.com/docs/gitignore#_pattern_format
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gus Caplan <me@gus.host>
@vsemozhetbyt
Copy link
Contributor Author

Landed in a8b891c

@vsemozhetbyt vsemozhetbyt deleted the tools-del-redundant-eslintignore-rule branch April 21, 2018 17:57
jasnell pushed a commit that referenced this pull request Apr 23, 2018
The `node_modules` rule below is treated as a glob pattern,
so it includes the `tools/node_modules` folder.

PR-URL: #20203
Refs: https://eslint.org/docs/user-guide/configuring#ignoring-files-and-directories
Refs: https://git-scm.com/docs/gitignore#_pattern_format
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gus Caplan <me@gus.host>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. fast-track PRs that do not need to wait for 48 hours to land. tools Issues and PRs related to the tools directory.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants