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

[core] Continue eslint sync with main repo #72

Merged
merged 1 commit into from
Jul 20, 2020
Merged

Conversation

oliviertassinari
Copy link
Member

@oliviertassinari oliviertassinari commented Jul 18, 2020

Follow-up on #60, #6 and mui/material-ui#21758.

I turned a couple of rules as "warn" as I didn't want to handle them now. We can take care of them progressively.
It's important to tackle the problem early on before it grows to something unmanageable.

Same as mui/material-ui-pickers#2004

.eslintrc.js Outdated
Comment on lines 87 to 91
// TODO
'react/prop-types': 'off', // For public API
'import/prefer-default-export': 'warn',
'react-hooks/exhaustive-deps': 'warn',
'react-hooks/rules-of-hooks': 'warn',
Copy link
Member Author

@oliviertassinari oliviertassinari Jul 18, 2020

Choose a reason for hiding this comment

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

The only diff with the eslint config in the main repository

@oliviertassinari oliviertassinari merged commit dc0945e into master Jul 20, 2020
@oliviertassinari oliviertassinari deleted the eslint-core branch July 20, 2020 09:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Infrastructure work going on behind the scenes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants