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
/
test
/
integration
/
.eslintrc.js
15 lines
(14 loc)
•
270 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module
.
exports
= { env: { mocha:
true
, }, globals: { expect:
false
, }, rules: {
'no-unused-expressions'
:
'off'
,
// needed for src/* resolution off of root
'import/no-unresolved'
:
'off'
,
'import/extensions'
:
'off'
, }, };