@dal/lint-cli
v0.2.3
Published
CLI that wraps ESLint CLI.
Readme
lint CLI
CLI that wraps ESLint CLI.
Usage
// package.json
{
"scripts": {
"lint": "dal-lint ."
}
}You can also use it standalone with npx
npx @dal/lint . --fixOptions
You can use all options from eslint CLI but --config which is overriden.
