Use strict everywhere (#68)
This commit is contained in:
parent
a37d7b422e
commit
c6fa692def
@ -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…
Reference in New Issue
Block a user