Skip to content

Commit

Permalink
chore: use lintroll
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed May 3, 2024
1 parent d1c46c0 commit 2e40e2c
Show file tree
Hide file tree
Showing 5 changed files with 3,997 additions and 1,996 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc

- name: Setup pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: 8
version: 9
run_install: true

- name: Build
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc

- name: Setup pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: 8
version: 9
run_install: true

- name: Type check
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
}
},
"scripts": {
"lint": "lint --cache --node --ignore-pattern tests/fixtures .",
"lint": "lintroll --cache --node --ignore-pattern tests/fixtures .",
"build": "pkgroll --minify --target node12.20",
"test": "pnpm build && tsx tests",
"dev": "tsx watch --conditions=development tests",
Expand All @@ -52,15 +52,14 @@
"resolve-pkg-maps": "^1.0.0"
},
"devDependencies": {
"@pvtnbr/eslint-config": "^1.0.3",
"@types/node": "^18.15.10",
"@yarnpkg/pnp": "3.3.1",
"clean-pkg-json": "^1.2.0",
"eslint": "^8.57.0",
"execa": "^8.0.1",
"fs-fixture": "^1.2.0",
"is-fs-case-sensitive": "^1.0.0",
"jsonc-parser": "^3.2.0",
"lintroll": "^1.5.1",
"manten": "^1.1.0",
"pkgroll": "^2.0.1",
"slash": "^5.1.0",
Expand Down
Loading

0 comments on commit 2e40e2c

Please sign in to comment.