We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b8f329 commit 5fcedd4Copy full SHA for 5fcedd4
.eslintrc
@@ -106,6 +106,10 @@
106
"hot": true,
107
"cold": true
108
},
109
+ "parserOptions": {
110
+ "sourceType": "module",
111
+ "ecmaVersion": 2015
112
+ },
113
"env": {
114
"browser": true,
115
"node": true,
.gitignore
@@ -32,6 +32,7 @@ spec-build/
32
npm-debug.log
33
.DS_STORE
34
*.tgz
35
+.eslintcache
36
37
integration/import/**/rx.json
38
integration/import/**/operators.json
0 commit comments