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