Skip to content

Commit

Permalink
disable eslint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Nov 9, 2024
1 parent 61c6351 commit 05dfc0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,6 @@
},
"publishConfig": {
"tag": "alpha"
}
},
"packageManager": "pnpm@8.12.1+sha512.6705ea1966adb6587053e6cfe6fddc377f81066228daf736c4490012f44f2ff1bf0c713bb8f3145fce0e3ef669c7c15f19a59ac157838951f234c17b81ca655d"
}
2 changes: 2 additions & 0 deletions src/language/kinds_.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* eslint-disable @typescript-eslint/no-redeclare */

/** Name */
export const NAME = 'Name';

Expand Down

0 comments on commit 05dfc0d

Please sign in to comment.