Skip to content
This repository was archived by the owner on May 2, 2022. It is now read-only.

Fix - Add node_modules to .eslintignore file#184

Open
fabiankaegy wants to merge 1 commit into10up:masterfrom
fabiankaegy:patch-1
Open

Fix - Add node_modules to .eslintignore file#184
fabiankaegy wants to merge 1 commit into10up:masterfrom
fabiankaegy:patch-1

Conversation

@fabiankaegy
Copy link
Member

Description of the Change

This is being added to the node_modules don't get scanned by eslint. This caused an issue when using npm link locally to test components.

Checklist:

  • I have read the CONTRIBUTING document.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my change.
  • All new and existing tests passed.

This is being added to the `node_modules` don't get scanned by `eslint`. This caused an issue when using `npm link` locally to test components.
Copy link
Contributor

@timwright12 timwright12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add this into the plugin scaffold as well? Then we can merge.
https://github.com/10up/plugin-scaffold/

@jeffpaul
Copy link
Member

@fabiankaegy are you able to mimic this PR in the plugin scaffold as well?

@fabiankaegy
Copy link
Member Author

@jeffpaul Thanks for the reminder. This got lost in my notifications. Will do

@fabiankaegy
Copy link
Member Author

@jeffpaul I have created a PR in the Plugin Template 10up/plugin-scaffold#123

@timwright12
Copy link
Contributor

Noting that I want to test this with baseline components before merging since we are digging into node_modules

@jeffpaul jeffpaul requested a review from joesnellpdx November 13, 2020 16:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants