Skip to content

Commit

Permalink
fix eslint disable
Browse files Browse the repository at this point in the history
  • Loading branch information
Sawyer Burnett committed Feb 22, 2024
1 parent e8b9a21 commit 887a143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/static-config-helpers/md-data-transforms.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*eslint no-magic-numbers: ["error", { "ignore": [0, 1, 2, 3] }]*/
/* eslint no-magic-numbers: ["error", { "ignore": [0, 1, 2, 3] }]*/
const _ = require("lodash");
const getMdFiles = require("./get-md-files");

Expand Down

0 comments on commit 887a143

Please sign in to comment.