Skip to content

Commit

Permalink
remove commented magic number
Browse files Browse the repository at this point in the history
  • Loading branch information
acharyakavita committed Jan 23, 2024
1 parent 42e92f6 commit 7f9d4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/victory-pie/src/helper-methods.js
Original file line number Diff line number Diff line change
@@ -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";

Expand Down

0 comments on commit 7f9d4cc

Please sign in to comment.