mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-06 23:59:01 +02:00
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:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user