Skip to content

Commit

Permalink
RuleTester: Move typedef import to correct location
Browse files Browse the repository at this point in the history
  • Loading branch information
xkr47 committed Aug 24, 2023
1 parent 0fc8787 commit 0185285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rule-tester/rule-tester.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ const { SourceCode } = require("../source-code");
//------------------------------------------------------------------------------

/** @typedef {import("../shared/types").Parser} Parser */
/** @typedef {import("../shared/types").Rule} Rule */


/**
Expand Down Expand Up @@ -109,7 +110,6 @@ const { SourceCode } = require("../source-code");
* @property {number} [endColumn] The 1-based column number of the reported end location.
*/

/** @typedef {import("../shared/types").Rule} Rule */

//------------------------------------------------------------------------------
// Private Members
Expand Down

0 comments on commit 0185285

Please sign in to comment.