Package: akitainu-checker-eslint
Checker package for linting files with ESLint. Warnings are not reported through akitainu.
Error code of an ESLint error is the name of the rule that triggered the error (e.g. eqeqeq
, @typescript-eslint/no-explicit-any
).
Example
{
rules: {
source: ["akitainu:source-static", {
files: ["./src/**/*.ts"]
}],
checker: "akitainu-checker-eslint",
}
}
Options
eslintOptions
eslintOptions?: ESLint.Options;
This object is passed to the ESLint constructor.