Skip to content

Commit 5de91cc

Browse files
committed
maint(Cleanup): Remove reference to moment-timezone-with-data in .eslintrc - a file which was removed some time ago.
1 parent a25043b commit 5de91cc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.eslintrc.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ module.exports = {
1414
"dist/",
1515
"node_modules/",
1616
"src/lib/depends_parse.js",
17-
"src/pat/calendar/moment-timezone-with-data-2010-2020.js",
1817
"stats.json",
1918
"style/",
2019
],
@@ -27,7 +26,4 @@ module.exports = {
2726
"no-self-assign": 0,
2827
"no-useless-escape": 0,
2928
},
30-
globals: {
31-
spyOn: true, // eventually replace with jest.spyOn and then fix a ton of test failures.
32-
},
3329
};

0 commit comments

Comments
 (0)