UNPKG
materialuiupgraded
Version:
latest (3.2.0)
3.2.0
Material-UI's workspace package
material-ui.com
mui-org/material-ui
materialuiupgraded
/
packages
/
material-ui-icons
/
.eslintrc.js
8 lines
(7 loc)
•
148 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
module
.
exports
= { rules: {
// needed for mustache and temp
'import/no-unresolved'
:
'off'
,
'import/extensions'
:
'off'
, }, };