Merge pull request #101 from AikidoSec/oxlint

Use oxlint instead of eslint
This commit is contained in:
Sander Declerck 2025-10-10 14:54:54 +02:00 committed by GitHub
commit 831621323b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 165 additions and 3318 deletions

View file

@ -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",

View file

@ -1,3 +1,4 @@
// oxlint-disable no-console
import chalk from "chalk";
import ora from "ora";
import { createInterface } from "readline";