Closed
Description
I don't know if I'm using the library wrong but it seems it always extends my custom rules with the ones from the angular config: const opts = merge({}, defaults, pick(config, 'extends'));
So if I don't want to extend any config but define my own rules, I always end up with angular + my own.
Please enlighten me if I don't see it ;) 💡