yarn add -D eslint @yeger/eslint-config
{
"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"
}
}