Skip to content

Commit 4d5591c

Browse files
committedJan 21, 2019
use strict is unnecessary here
1 parent 0d723df commit 4d5591c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎eslint-rules/insecure-random.js

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
'use strict'
2-
31
// strings from https://github.com/Microsoft/tslint-microsoft-contrib/blob/b720cd9/src/insecureRandomRule.ts
42
const MATH_FAIL_STRING =
53
'Math.random produces insecure random numbers. ' +

0 commit comments

Comments
 (0)
Please sign in to comment.