We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5897c0f commit d1cf1beCopy full SHA for d1cf1be
src/app/utils/codemirror/eslint-lint.js
@@ -1606,7 +1606,7 @@ export default (async function initialize() {
1606
const script = document.createElement('script');
1607
const src = process.env.NODE_ENV === 'development'
1608
? 'http://eslint.org/js/app/eslint.js'
1609
- : '/static/js/eslint.4.0.0.js';
+ : '/static/js/eslint.4.1.0.js';
1610
script.setAttribute('src', src);
1611
script.setAttribute('async', false);
1612
0 commit comments