2 Commits

Author SHA1 Message Date
b3e2e6557f Merge branch 'main' of https://gitea.sebastianbrenner.dev/sebastianbrenner/eslint-cofig
All checks were successful
Build ESLint Config and Release / build-and-release (push) Successful in 9s
2025-12-21 19:35:52 +01:00
b049dd4c34 update package.json 2025-12-21 19:35:48 +01:00

View File

@@ -2,7 +2,7 @@
"name": "@sebastianbrenner/eslint-config",
"version": "1.0.0",
"type": "module",
"main": "./dist/index.js",
"main": "./index.js",
"scripts": {
"build": "tsc -p tsconfig.build.json"
},