-
Notifications
You must be signed in to change notification settings - Fork 40
Update eslint globals #181
base: master
Are you sure you want to change the base?
Conversation
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.
Do you mind changing .eslintc
to .eslintrc.js
since the former has been deprecated?
@nicholasio From their docs
I updated it to use |
@cjkoepke yes, that's fine. |
@cjkoepke can you submit a PR to dover this issue in the plugin repo as well? I filed the issue you for here: 10up/plugin-scaffold#114 - we need to keep those repos sync'd up. |
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.
Update plugin repo as well
@cjkoepke are you able to mimic this PR over in the plugin repo? |
@jeffpaul Yeah, I'll get to this as soon as I can. |
@jeffpaul @timwright12 I've replicated this update on the plugin scaffold: 10up/plugin-scaffold#125 |
@cjkoepke looks like we have some conflicts |
Description of the Change
.eslintrc
file.Benefits
Avoids linting errors on initial commit from husky.
Verification Process
Checklist:
Applicable Issues
Changelog Entry