chore: cleanup eslint suppressions (#38417)
* chore: cleanup eslint suppressions * address feedback * revert script/lib/azput.js * revert spec/fixtures/apps/remote-control/main.js * address feedback * revert typings/internal-ambient.d.ts
This commit is contained in:
parent
1c075e5ea0
commit
82af000a37
34 changed files with 76 additions and 115 deletions
|
@ -1336,8 +1336,6 @@ describe('net module', () => {
|
|||
(details, callback) => {
|
||||
if (details.url === `${serverUrl}${requestUrl}`) {
|
||||
requestIsIntercepted = true;
|
||||
// Disabled due to false positive in StandardJS
|
||||
// eslint-disable-next-line standard/no-callback-literal
|
||||
callback({
|
||||
redirectURL: `${serverUrl}${redirectUrl}`
|
||||
});
|
||||
|
@ -1375,8 +1373,6 @@ describe('net module', () => {
|
|||
customSession.webRequest.onBeforeRequest((details, callback) => {
|
||||
if (details.url === `${serverUrl}${requestUrl}`) {
|
||||
requestIsIntercepted = true;
|
||||
// Disabled due to false positive in StandardJS
|
||||
// eslint-disable-next-line standard/no-callback-literal
|
||||
callback({
|
||||
redirectURL: `${serverUrl}${redirectUrl}`
|
||||
});
|
||||
|
@ -1416,8 +1412,6 @@ describe('net module', () => {
|
|||
customSession.webRequest.onBeforeRequest((details, callback) => {
|
||||
if (details.url === `${serverUrl}${requestUrl}`) {
|
||||
requestIsIntercepted = true;
|
||||
// Disabled due to false positive in StandardJS
|
||||
// eslint-disable-next-line standard/no-callback-literal
|
||||
callback({
|
||||
redirectURL: `${serverUrl}${redirectUrl}`
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue