1
0
mirror of https://github.com/Minionguyjpro/Inno-Setup-Action synced 2026-02-18 17:41:18 +01:00

refactor: update linting configuration and remove eslintConfig from package.json

- Changed lint script to target JavaScript files in the src directory.
- Removed eslintConfig section as it is no longer needed.
This commit is contained in:
Minionguyjpro
2025-06-18 20:23:01 +02:00
parent 92fdc4cf25
commit 1fa3b88982
4 changed files with 518 additions and 717 deletions

View File

@@ -14,5 +14,5 @@ inputs:
required: false
runs:
using: 'node20'
using: 'node21'
main: 'dist/index.js'