Remove old hack 'src/vendor/codemirror/addon/lint/json-lint'

This commit is contained in:
orangemug
2020-03-08 18:43:46 +00:00
parent ce976991d4
commit 1c953bc296
2 changed files with 0 additions and 34 deletions

View File

@@ -15,9 +15,6 @@ import jsonlint from 'jsonlint'
import stringifyPretty from 'json-stringify-pretty-compact'
import '../util/codemirror-mgl';
// This is mainly because of this issue <https://github.com/zaach/jsonlint/issues/57> also the API has changed, see comment in file
import '../../vendor/codemirror/addon/lint/json-lint'
class JSONEditor extends React.Component {
static propTypes = {