yarn add -D domis4/eslint-config-wnderlvst
Once you installed eslint-config-wnderlvst, you can use it by specifying wnderlvst in the extends section of your ESLint configuration.
{
"extends": "wnderlvst",
"rules": {
// Additional, per-project rules...
}
}