Skip to content

Commit

Permalink
chore: define global msCrypto to satisfy eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
ctavan committed Oct 13, 2019
1 parent 0c4638b commit b22219f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.json
Expand Up @@ -7,6 +7,9 @@
"node": true
},
"extends": ["eslint:recommended"],
"globals": {
"msCrypto": true
},
"rules": {
"array-bracket-spacing": ["warn", "never"],
"arrow-body-style": ["warn", "as-needed"],
Expand Down

0 comments on commit b22219f

Please sign in to comment.