diff --git a/packages/victory-pie/src/helper-methods.js b/packages/victory-pie/src/helper-methods.js index b38f58688..3ea2148d2 100644 --- a/packages/victory-pie/src/helper-methods.js +++ b/packages/victory-pie/src/helper-methods.js @@ -1,4 +1,4 @@ -/* eslint no-magic-numbers: ["error", { "ignore": [-1, 0, 1, 2, 2.5, 3, 45, 90, 135, 180, 225, 270, 315, 360] }]*/ +/* eslint no-magic-numbers: ["error", { "ignore": [-1, 0, 1, 2, 45, 90, 135, 180, 225, 270, 315, 360] }]*/ import { assign, defaults, isFunction, isPlainObject, isNil } from "lodash"; import * as d3Shape from "victory-vendor/d3-shape";