Merge pull request #407 from influxdata/eslint-halp
Pin eslint packages and fix syntax errorspull/10616/head
commit
126068c81f
|
@ -25,7 +25,7 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"autoprefixer": "^6.3.1",
|
"autoprefixer": "^6.3.1",
|
||||||
"babel-core": "^6.5.1",
|
"babel-core": "^6.5.1",
|
||||||
"babel-eslint": "^6.1.2",
|
"babel-eslint": "6.1.2",
|
||||||
"babel-loader": "^6.2.2",
|
"babel-loader": "^6.2.2",
|
||||||
"babel-plugin-lodash": "^2.0.1",
|
"babel-plugin-lodash": "^2.0.1",
|
||||||
"babel-plugin-syntax-trailing-function-commas": "^6.5.0",
|
"babel-plugin-syntax-trailing-function-commas": "^6.5.0",
|
||||||
|
@ -43,9 +43,9 @@
|
||||||
"css-loader": "^0.23.1",
|
"css-loader": "^0.23.1",
|
||||||
"envify": "^3.4.0",
|
"envify": "^3.4.0",
|
||||||
"enzyme": "^2.4.1",
|
"enzyme": "^2.4.1",
|
||||||
"eslint": "~3.5.0",
|
"eslint": "3.9.1",
|
||||||
"eslint-loader": "^1.5.0",
|
"eslint-loader": "1.6.1",
|
||||||
"eslint-plugin-react": "^6.2.2",
|
"eslint-plugin-react": "6.6.0",
|
||||||
"extract-text-webpack-plugin": "^1.0.1",
|
"extract-text-webpack-plugin": "^1.0.1",
|
||||||
"file-loader": "^0.8.5",
|
"file-loader": "^0.8.5",
|
||||||
"hanson": "^1.1.1",
|
"hanson": "^1.1.1",
|
||||||
|
|
|
@ -67,7 +67,7 @@ export const KapacitorRulesPage = React.createClass({
|
||||||
<td className="monotype">{rule.message}</td>
|
<td className="monotype">{rule.message}</td>
|
||||||
<td className="monotype">{rule.alerts.join(', ')}</td>
|
<td className="monotype">{rule.alerts.join(', ')}</td>
|
||||||
</tr>
|
</tr>
|
||||||
);
|
);
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
Loading…
Reference in New Issue