UNPKG
materialuiupgraded
Version:
latest (3.2.0)
3.2.0
Material-UI's workspace package
material-ui.com
mui-org/material-ui
materialuiupgraded
/
docs
/
.eslintrc.js
8 lines
(7 loc)
•
186 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
// We are more permissive with the documentation as the demos are directly copy and paste by our
// users.
module
.
exports
= { rules: {
'react/no-multi-comp'
:
'off'
, }, };