mirror of
https://github.com/google-github-actions/auth.git
synced 2026-06-06 09:17:05 +00:00
Use strict everywhere (#68)
This commit is contained in:
parent
a37d7b422e
commit
c6fa692def
5 changed files with 10 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
'use strict';
|
||||
|
||||
import https, { RequestOptions } from 'https';
|
||||
import { URL } from 'url';
|
||||
import {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
'use strict';
|
||||
|
||||
/**
|
||||
* Defines the main interface for all clients that generate credentials.
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
'use strict';
|
||||
|
||||
import { promises as fs } from 'fs';
|
||||
import crypto from 'crypto';
|
||||
import path from 'path';
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
'use strict';
|
||||
|
||||
import 'mocha';
|
||||
import { expect } from 'chai';
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
'use strict';
|
||||
|
||||
import 'mocha';
|
||||
import { expect } from 'chai';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue