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 a25043b commit 5de91ccCopy full SHA for 5de91cc
.eslintrc.js
@@ -14,7 +14,6 @@ module.exports = {
14
"dist/",
15
"node_modules/",
16
"src/lib/depends_parse.js",
17
- "src/pat/calendar/moment-timezone-with-data-2010-2020.js",
18
"stats.json",
19
"style/",
20
],
@@ -27,7 +26,4 @@ module.exports = {
27
26
"no-self-assign": 0,
28
"no-useless-escape": 0,
29
},
30
- globals: {
31
- spyOn: true, // eventually replace with jest.spyOn and then fix a ton of test failures.
32
- },
33
};
0 commit comments