Lint all the things
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import {DateLocalizer} from "react-big-calendar";
|
||||
import { DateLocalizer } from "react-big-calendar";
|
||||
|
||||
function arrayWithHoles(arr) {
|
||||
if (Array.isArray(arr)) return arr;
|
||||
@@ -22,7 +22,9 @@ function iterableToArrayLimit(arr, i) {
|
||||
try {
|
||||
if (!_n && _i["return"] != null) _i["return"]();
|
||||
} finally {
|
||||
if (_d) { // noinspection ThrowInsideFinallyBlockJS
|
||||
if (_d) {
|
||||
// noinspection ThrowInsideFinallyBlockJS
|
||||
// eslint-disable-next-line no-unsafe-finally
|
||||
throw _e;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user