ESLint issue

ESLint is picking a fault with the JSDoc despite it being correct. Will investigate further but for now this resolves the issue.
This commit is contained in:
strideynet
2017-08-17 14:42:44 +01:00
committed by GitHub
parent 645e86714e
commit 6e0d45f419

View File

@@ -27,7 +27,7 @@ export default class ShipPicker extends TranslatedComponent {
* @param {object} props Properties react
* @param {object} context react context
*/
constructor(props, context) {
constructor(props, context) { // eslint-disable-line
super(props);
this.shipOrder = Object.keys(Ships).sort();