0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-07 20:42:44 +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() { getInitialState : function() {
return { return {
metadata : { metadata : {

View File

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