Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d9db13eafd | |||
| e9a8243d0d | |||
| fa86b30260 |
@@ -23,9 +23,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git config user.name "gitea-actions[bot]"
|
git config user.name "gitea-actions[bot]"
|
||||||
git config user.email "gitea-actions[bot]@users.noreply.gitea.com"
|
git config user.email "gitea-actions[bot]@users.noreply.gitea.com"
|
||||||
|
|
||||||
git tag ${{ steps.pkg.outputs.version }}
|
git tag ${{ steps.pkg.outputs.version }}
|
||||||
git push origin --tags
|
git push origin ${{ steps.pkg.outputs.version }}
|
||||||
|
|
||||||
- name: Create release
|
- name: Create release
|
||||||
uses: akkuman/gitea-release-action@v1
|
uses: akkuman/gitea-release-action@v1
|
||||||
|
|||||||
16
package.json
16
package.json
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@sebastianbrenner/eslint-config",
|
"name": "@sebastianbrenner/eslint-config",
|
||||||
"version": "1.0.1",
|
"version": "1.0.3",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./index.js",
|
"main": "./index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -8,17 +8,17 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/bun": "latest",
|
"@types/bun": "latest",
|
||||||
"@types/eslint-plugin-jsx-a11y": "^6.10.1",
|
"@types/eslint-plugin-jsx-a11y": "6.10.1"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"typescript": "5",
|
||||||
"@typescript-eslint/eslint-plugin": "8.48.1",
|
"@typescript-eslint/eslint-plugin": "8.48.1",
|
||||||
"@typescript-eslint/parser": "8.48.1",
|
"@typescript-eslint/parser": "8.48.1",
|
||||||
"eslint": "9.39.1",
|
"eslint": "9.39.1",
|
||||||
"eslint-plugin-import": "^2.32.0",
|
"eslint-plugin-import": "2.32.0",
|
||||||
"eslint-plugin-jsx-a11y": "^6.10.2",
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
||||||
"eslint-plugin-react": "7.37.5",
|
"eslint-plugin-react": "7.37.5",
|
||||||
"eslint-plugin-react-hooks": "7.0.1",
|
"eslint-plugin-react-hooks": "7.0.1",
|
||||||
"eslint-plugin-unused-imports": "^4.3.0"
|
"eslint-plugin-unused-imports": "4.3.0"
|
||||||
},
|
|
||||||
"peerDependencies": {
|
|
||||||
"typescript": "5"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user