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 6d1310a commit 51ecacbCopy full SHA for 51ecacb
package.json
@@ -15,7 +15,7 @@
15
],
16
"repository": {
17
"type": "git",
18
- "url": "git@github.com:frontendfixer/eslint-config-react.git"
+ "url": "git@github.com:frontendfixer/-frontendfixer-eslint-config-react.git"
19
},
20
"author": {
21
"name": "Lakshmikanta Patra",
@@ -36,7 +36,7 @@
36
"changeset": "changeset",
37
"release": "changeset publish",
38
"commit": "git-cz",
39
- "acr": "git add . && pnpm commit && git push --follow-tags"
+ "release_push": "git add . && yarn commit && yarn release && git push --follow-tags"
40
41
"peerDependencies": {
42
"eslint": ">=8.0.0",
0 commit comments