mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +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) {
|
}).listen(3000, 'localhost', function (err) {
|
||||||
if (err) {
|
if (err) {
|
||||||
|
// eslint-disable-next-line no-console
|
||||||
console.log(err);
|
console.log(err);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// eslint-disable-next-line no-console
|
||||||
console.log('Listening at localhost:3000');
|
console.log('Listening at localhost:3000');
|
||||||
});
|
});
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
import { is } from 'ramda'
|
|
||||||
|
|
||||||
function sortObject(obj, strict) {
|
function sortObject(obj, strict) {
|
||||||
if (obj instanceof Array) {
|
if (obj instanceof Array) {
|
||||||
let ary
|
let ary
|
||||||
|
|
Loading…
Reference in New Issue
Block a user