add 'use strict';
There are no strict violations in this code, so it makes sense to let people who are examining the code know right up front that this code already meets many of the most important code quality standards and that no changes that decrease the code quality should be made.
Esse commit está contido em:
pai
f98cbb89f7
commit
483310097e
1
index.js
1
index.js
@ -1,3 +1,4 @@
|
||||
'use strict';
|
||||
|
||||
var crypto = require('crypto');
|
||||
|
||||
|
||||
Carregando…
x
Referência em uma nova issue
Block a user