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 490f58b commit cc463c6Copy full SHA for cc463c6
.github/workflows/release.yml
@@ -24,7 +24,6 @@ jobs:
24
uses: actions/setup-node@v4
25
with:
26
node-version: '22.x'
27
- registry-url: 'https://npm.pkg.github.com'
28
29
- name: Install pnpm 👷🏽♂️
30
uses: pnpm/action-setup@v3
package.json
@@ -38,6 +38,10 @@
38
"url": "https://github.com/utomic-media/eslint-config.git"
39
},
40
"homepage": "https://github.com/utomic-media/eslint-config#readme",
41
+ "publishConfig": {
42
+ "access": "public",
43
+ "registry": "https://npm.pkg.github.com"
44
+ },
45
"dependencies": {
46
"@eslint/js": "^9.21.0",
47
"@stylistic/eslint-plugin": "^4.0.1",
0 commit comments