Skip to content

Commit d1cf1be

Browse files
author
Ives van Hoorne
committed
Update linter
1 parent 5897c0f commit d1cf1be

File tree

2 files changed

+145510
-1
lines changed

2 files changed

+145510
-1
lines changed

src/app/utils/codemirror/eslint-lint.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1606,7 +1606,7 @@ export default (async function initialize() {
16061606
const script = document.createElement('script');
16071607
const src = process.env.NODE_ENV === 'development'
16081608
? 'http://eslint.org/js/app/eslint.js'
1609-
: '/static/js/eslint.4.0.0.js';
1609+
: '/static/js/eslint.4.1.0.js';
16101610
script.setAttribute('src', src);
16111611
script.setAttribute('async', false);
16121612

0 commit comments

Comments
 (0)