feat: replace ESLint and JSHint with oxfmt for code style checking and formatting

This commit is contained in:
italo jose
2026-03-25 15:56:46 -03:00
parent 9269deeba0
commit caf327efde
5 changed files with 4 additions and 4192 deletions

View File

@@ -2,9 +2,11 @@ name: Check code-style
on:
push:
paths:
- 'packages/**'
- 'npm-packages/meteor-installer/**'
pull_request:
paths:
- 'packages/**'
- 'npm-packages/meteor-installer/**'
jobs:
check-code-style:
@@ -15,5 +17,5 @@ jobs:
with:
node-version: 22.x
- run: npm ci
- name: Run ESLint@8
run: npx eslint@8 "./npm-packages/meteor-installer/**/*.js"
- name: Check formatting with oxfmt
run: npx oxfmt --check .