From a30e150ade2df8d6564585f186c0a1295b4a9481 Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Thu, 2 Dec 2021 15:47:18 -0500 Subject: [PATCH] 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. --- shared/naturalcrit/codeEditor/codeEditor.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/shared/naturalcrit/codeEditor/codeEditor.jsx b/shared/naturalcrit/codeEditor/codeEditor.jsx index 423e46468..57e306bd3 100644 --- a/shared/naturalcrit/codeEditor/codeEditor.jsx +++ b/shared/naturalcrit/codeEditor/codeEditor.jsx @@ -1,3 +1,4 @@ +/* eslint-disable max-lines */ require('./codeEditor.less'); const React = require('react'); const createClass = require('create-react-class');