Skip to content

Commit 05dfc0d

Browse files
committed
disable eslint rule
1 parent 61c6351 commit 05dfc0d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,6 @@
9292
},
9393
"publishConfig": {
9494
"tag": "alpha"
95-
}
95+
},
96+
"packageManager": "[email protected]+sha512.6705ea1966adb6587053e6cfe6fddc377f81066228daf736c4490012f44f2ff1bf0c713bb8f3145fce0e3ef669c7c15f19a59ac157838951f234c17b81ca655d"
9697
}

src/language/kinds_.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* eslint-disable @typescript-eslint/no-redeclare */
2+
13
/** Name */
24
export const NAME = 'Name';
35

0 commit comments

Comments
 (0)