Skip to content

Commit

Permalink
fix(eslint-plugin-experience): invalid path
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Nov 6, 2023
1 parent 0854c9a commit 5ab77f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const getTypeName = require(`../utils/get-type-name`);
const getTypeName = require(`./utils/get-type-name`);

const INVALID_KEY_MESSAGE_ID = `strict-doc-example-extensions-invalid-key`;
const INVALID_VALUE_MESSAGE_ID = `strict-doc-example-extensions-invalid-value`;
Expand Down

0 comments on commit 5ab77f3

Please sign in to comment.