0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 20:42:43 +00:00

Lint fixes.

This commit is contained in:
G.Ambatte
2021-02-27 18:07:28 +13:00
committed by Trevor Buckner
parent 41ecbb62a2
commit ed23578dcf
2 changed files with 2 additions and 1 deletions

View File

@@ -39,7 +39,7 @@ const ImportPage = createClass({
}
};
},
getInitialState : function() {
return {
metadata : {

View File

@@ -1,3 +1,4 @@
/*eslint max-lines: ["warn", {"max": 250, "skipBlankLines": true, "skipComments": true}]*/
const _ = require('lodash');
const jwt = require('jwt-simple');
const express = require('express');