Skip to content

Commit b22219f

Browse files
committed
chore: define global msCrypto to satisfy eslint
1 parent 0c4638b commit b22219f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.eslintrc.json

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"node": true
88
},
99
"extends": ["eslint:recommended"],
10+
"globals": {
11+
"msCrypto": true
12+
},
1013
"rules": {
1114
"array-bracket-spacing": ["warn", "never"],
1215
"arrow-body-style": ["warn", "as-needed"],

0 commit comments

Comments
 (0)