mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Use oxlint instead of eslint
- Less dev dependencies - Much faster - More helpful output - More sane defaults - Easier config
This commit is contained in:
parent
7603a29182
commit
41ab4b1edb
8 changed files with 164 additions and 3318 deletions
2
.github/workflows/test-on-pr.yml
vendored
2
.github/workflows/test-on-pr.yml
vendored
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
- name: Run unit tests
|
||||
run: npm test
|
||||
|
||||
- name: Run ESLint
|
||||
- name: Run linting
|
||||
run: npm run lint
|
||||
|
||||
- name: Create package tarball
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue