Update eslint
This commit is contained in:
commit
87d390c4eb
2 changed files with 3 additions and 1 deletions
|
@ -15,6 +15,7 @@ class Heatmap extends Component {
|
||||||
width: props.number,
|
width: props.number,
|
||||||
height: props.number,
|
height: props.number,
|
||||||
};
|
};
|
||||||
|
|
||||||
connected() {
|
connected() {
|
||||||
if (!this.timeseries) {
|
if (!this.timeseries) {
|
||||||
return;
|
return;
|
||||||
|
@ -30,6 +31,7 @@ class Heatmap extends Component {
|
||||||
this.data = values;
|
this.data = values;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
renderer(renderRoot, render) {
|
renderer(renderRoot, render) {
|
||||||
const root = renderRoot;
|
const root = renderRoot;
|
||||||
while (root.firstChild) {
|
while (root.firstChild) {
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
"babel-loader": "^8.0.0-beta.0",
|
"babel-loader": "^8.0.0-beta.0",
|
||||||
"babel-plugin-transform-class-properties": "^6.24.1",
|
"babel-plugin-transform-class-properties": "^6.24.1",
|
||||||
"copy-webpack-plugin": "^4.6.0",
|
"copy-webpack-plugin": "^4.6.0",
|
||||||
"eslint": "^4.12.0",
|
"eslint": "^5.0.1",
|
||||||
"eslint-config-airbnb-base": "^13.0.0",
|
"eslint-config-airbnb-base": "^13.0.0",
|
||||||
"eslint-plugin-import": "^2.8.0",
|
"eslint-plugin-import": "^2.8.0",
|
||||||
"msgflo-nodejs": "^0.11.1",
|
"msgflo-nodejs": "^0.11.1",
|
||||||
|
|
Loading…
Reference in a new issue