Migrate ESLint to flat config format (v9) and update CI workflow

This commit is contained in:
joelson brito
2025-11-07 12:21:03 -03:00
parent f2de2250b9
commit 66f8e4b185
2 changed files with 40 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ jobs:
run: npm ci
- name: Run ESLint
run: npx eslint "src/**/*.ts" --ext .ts
run: npx eslint "src/**/*.ts"
- name: Run Prettier check
run: npx prettier --check "src/**/*.ts" "test/**/*.ts"