@yeger/eslint-config
v3.0.1
Published
ESLint config preset based on @antfu/eslint-config.
Maintainers
Readme
@yeger/eslint-config
Installation
yarn add -D eslint @yeger/eslint-configUsage
{
"extends": ["@yeger"]
}While using the standard eslint command is possible, the yeger-lint command automatically includes all supported files in the current directory:
{
"scripts": {
"lint": "yeger-lint",
"lint:fix": "yeger-lint --fix"
}
}