Merge pull request #407 from influxdata/eslint-halp

Pin eslint packages and fix syntax errors
pull/10616/head
Chris Goller 2016-11-07 20:15:42 -06:00 committed by GitHub
commit 126068c81f
2 changed files with 5 additions and 5 deletions

View File

@ -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",

View File

@ -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>