We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8803e0 commit df5e134Copy full SHA for df5e134
.eslintrc
@@ -15,7 +15,9 @@
15
"globals": {
16
"Map": false,
17
"Set": false,
18
- "Promise": false
+ "Promise": false,
19
+ "document": false,
20
+ "DOMParser": false
21
},
22
"rules": {
23
// flowtype rules
flow-typed/globals.js
@@ -1,3 +1,3 @@
1
// @flow
2
/* eslint-disable no-unused-vars */
3
-declare var __DEV__: bool;
+declare var __DEV__: boolean;
0 commit comments