Skip to content

fix lint #4231

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

Merged
merged 1 commit into from
Dec 3, 2020
Merged

fix lint #4231

merged 1 commit into from
Dec 3, 2020

Conversation

chenxsan
Copy link
Member

@chenxsan chenxsan commented Dec 3, 2020

Cleanup eslint rules.

@vercel
Copy link

vercel bot commented Dec 3, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/webpack-docs/webpack-js-org/jqq9jjlsi
✅ Preview: https://webpack-js-org-git-bugfix-fix-eslintrc.webpack-docs.now.sh

'no-constant-condition': 0,
'no-useless-escape': 0,
'no-dupe-keys': 0,
'no-undef': 'off',
Copy link
Member Author

Choose a reason for hiding this comment

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

number is not intuitive.

@@ -15,7 +15,7 @@
/**
* @type {Cypress.PluginConfig}
*/
module.exports = (on, config) => {
Copy link
Member Author

Choose a reason for hiding this comment

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

Those are unused variables.

@chenxsan chenxsan merged commit 13edb7a into webpack:master Dec 3, 2020
@chenxsan chenxsan deleted the bugfix/fix-eslintrc branch December 3, 2020 04:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants