We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61c6351 commit 05dfc0dCopy full SHA for 05dfc0d
package.json
@@ -92,5 +92,6 @@
92
},
93
"publishConfig": {
94
"tag": "alpha"
95
- }
+ },
96
+ "packageManager": "[email protected]+sha512.6705ea1966adb6587053e6cfe6fddc377f81066228daf736c4490012f44f2ff1bf0c713bb8f3145fce0e3ef669c7c15f19a59ac157838951f234c17b81ca655d"
97
}
src/language/kinds_.ts
@@ -1,3 +1,5 @@
1
+/* eslint-disable @typescript-eslint/no-redeclare */
2
+
3
/** Name */
4
export const NAME = 'Name';
5
0 commit comments