mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-14 13:46:55 +03:00
12 lines
121 B
Plaintext
12 lines
121 B
Plaintext
|
{
|
||
|
"env": {
|
||
|
"mocha": true
|
||
|
},
|
||
|
"globals": {
|
||
|
"UI": true
|
||
|
},
|
||
|
"rules": {
|
||
|
"no-unused-expressions": 0
|
||
|
}
|
||
|
}
|