Sindre Sorhus
Sindre Sorhus
I'm personally ok with an option for that.
> // but here is a property of an object > options.length The lint rule is not aware of types. Even then, most cases of a `.length` property is a...
> and not be used in other situations such as assigning a variable like this: 👍
Maybe this could be part of https://github.com/sindresorhus/eslint-plugin-unicorn/issues/1342?
I think this rule would be useful as something I would run once-in-a-while to catch cases where I forgot to use `??`, but I agree, even warnings can be annoying...
@Goluis You could make a [shareable config](https://github.com/sindresorhus/xo#extends) with your overrides.
I was referring to the 30% comment. It would at least reduce it to a couple of lines.
I'm open to a global XO config if someone does a good pull request with docs and tests. ~~The file should live in https://github.com/sindresorhus/env-paths#pathsconfig as `xo.json`.~~
Hmm, actually, would probably be better to just resolve a globally installed sharable config and use that. Then it's exactly like having a local shareable config but falls back to...
When running `fkill python` it should definitely kill all the processes matching exactly. The interactive interface however is fuzzy searched, so I think it would be surprising if it killed...