mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 20:29:11 +00:00
Update @typescript-eslint/* to v2.1.0 (#2878)
This commit is contained in:
parent
a205e8a3c2
commit
f12acdb50b
31 changed files with 100 additions and 83 deletions
|
@ -10,7 +10,7 @@ const knownPermissions: Deno.Permission[] = [
|
|||
"hrtime"
|
||||
];
|
||||
|
||||
for (let grant of knownPermissions) {
|
||||
for (const grant of knownPermissions) {
|
||||
testPerm({ [grant]: true }, function envGranted(): void {
|
||||
const perms = Deno.permissions();
|
||||
assert(perms !== null);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue