1
1
mirror of https://github.com/reduxjs/redux-devtools.git synced 2025-03-02 18:25:55 +03:00
redux-devtools/extension/test/.eslintrc

12 lines
121 B
Plaintext
Raw Normal View History

{
"env": {
"mocha": true
},
"globals": {
"UI": true
},
"rules": {
"no-unused-expressions": 0
}
}