Merge pull request #2940 from overleaf/as-cleanup-no-undef-disables

Clean up disabling of no-undef eslint rule in frontend

GitOrigin-RevId: 3fb19256b7dd9d41626355960dd9fbcc541e663f
This commit is contained in:
Alasdair Smith 2020-06-23 09:57:18 +01:00 committed by Copybot
parent 0d2a768e1e
commit 2e0db2a472
2 changed files with 2 additions and 4 deletions

View file

@ -81,7 +81,6 @@
"files": ["**/test/frontend/**/*.js"],
"globals": {
"expect": true,
"define": true,
"$": true
}
},
@ -97,10 +96,8 @@
// Frontend specific rules
"files": ["**/frontend/js/**/*.js"],
"globals": {
"define": true,
"$": true,
"angular": true,
"_": true,
"ace": true,
"ga": true,
"Raven": true, // Backwards compat for Sentry reporting

View file

@ -1,7 +1,8 @@
/* global io */
/* eslint-disable
max-len,
no-return-assign,
no-undef,
*/
// TODO: This file was created by bulk-decaffeinate.
// Fix any style issues and re-enable lint.