mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Merge pull request #101 from AikidoSec/oxlint
Use oxlint instead of eslint
This commit is contained in:
commit
831621323b
8 changed files with 165 additions and 3318 deletions
|
|
@ -4,7 +4,7 @@
|
|||
"scripts": {
|
||||
"test": "node --test --experimental-test-module-mocks 'src/**/*.spec.js'",
|
||||
"test:watch": "node --test --watch --experimental-test-module-mocks 'src/**/*.spec.js'",
|
||||
"lint": "eslint ."
|
||||
"lint": "oxlint --deny-warnings"
|
||||
},
|
||||
"bin": {
|
||||
"aikido-npm": "bin/aikido-npm.js",
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
// oxlint-disable no-console
|
||||
import chalk from "chalk";
|
||||
import ora from "ora";
|
||||
import { createInterface } from "readline";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue