Skip to content

Commit

Permalink
remove renamed rule comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dangowans committed May 27, 2024
1 parent 16c1b75 commit 99eea39
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion samples/jsdoc.test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// eslint-disable-next-line eslint-comments/disable-enable-pair
/* eslint-disable unicorn/prevent-abbreviations */
function noJsDocs() {
// No JS Doc error
Expand Down
1 change: 0 additions & 1 deletion samples/jsdoc.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// eslint-disable-next-line eslint-comments/disable-enable-pair
/* eslint-disable unicorn/prevent-abbreviations */

function noJsDocs(): boolean {
Expand Down

0 comments on commit 99eea39

Please sign in to comment.