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
|
@ -200,7 +200,6 @@ describe('node feature', () => {
|
|||
emitter.on(eventName, listener);
|
||||
});
|
||||
|
||||
// eslint-disable-next-line standard/no-callback-literal
|
||||
callback(...args);
|
||||
});
|
||||
};
|
||||
|
@ -422,9 +421,7 @@ describe('node feature', () => {
|
|||
|
||||
// Needed to test specific DiffieHellman ctors.
|
||||
|
||||
// eslint-disable-next-line no-octal
|
||||
crypto.createDiffieHellman('abc', Buffer.from([2]));
|
||||
// eslint-disable-next-line no-octal
|
||||
crypto.createDiffieHellman('abc', '123');
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue