Skip to content

Commit

Permalink
chore: update jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed May 21, 2024
1 parent 6054866 commit b5ddeb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const PLUGIN_GENERATOR_PATH = path.join(__dirname, "..", "plugin", "index.js");
//------------------------------------------------------------------------------

/**
*
* Represents a generator for creating ESLint plugins/rules.
*/
export default class extends Generator {
async prompting() {
Expand Down
2 changes: 1 addition & 1 deletion plugin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { isPluginId, isRequired } from "../lib/validators.js";
//------------------------------------------------------------------------------

/**
*
* Represents a generator for creating ESLint plugins.
*/
export default class extends Generator {
async prompting() {
Expand Down

0 comments on commit b5ddeb1

Please sign in to comment.