mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-26 16:09:50 +03:00
eslint
This commit is contained in:
parent
d26dd0e299
commit
d611177f11
|
@ -11,8 +11,10 @@ new WebpackDevServer(webpack(config), {
|
|||
}
|
||||
}).listen(3000, 'localhost', function (err) {
|
||||
if (err) {
|
||||
// eslint-disable-next-line no-console
|
||||
console.log(err);
|
||||
}
|
||||
|
||||
// eslint-disable-next-line no-console
|
||||
console.log('Listening at localhost:3000');
|
||||
});
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
import { is } from 'ramda'
|
||||
|
||||
function sortObject(obj, strict) {
|
||||
if (obj instanceof Array) {
|
||||
let ary
|
||||
|
|
Loading…
Reference in New Issue
Block a user