npm install -D eslint @shinekidd/eslint-config
{
"extends": ["@shinekidd"]
}
{
"prettier.enable": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}
eslint unable to find deep configs when installed with pnpm!
configure .npmrc
public-hoist-pattern[]=*eslint*