We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c4638b commit b22219fCopy full SHA for b22219f
.eslintrc.json
@@ -7,6 +7,9 @@
7
"node": true
8
},
9
"extends": ["eslint:recommended"],
10
+ "globals": {
11
+ "msCrypto": true
12
+ },
13
"rules": {
14
"array-bracket-spacing": ["warn", "never"],
15
"arrow-body-style": ["warn", "as-needed"],
0 commit comments