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

Disable max lines to satisfy lint

Eventually we should move the hotkey scripts into a separate file. They are becoming a beast of their own.
This commit is contained in:
Trevor Buckner
2021-12-02 15:47:18 -05:00
parent 9da1bfc606
commit a30e150ade

View File

@@ -1,3 +1,4 @@
/* eslint-disable max-lines */
require('./codeEditor.less');
const React = require('react');
const createClass = require('create-react-class');