Shahar "Dawn" Or
Shahar "Dawn" Or
I'd love this. ## avoidQuotes `false`, because minimalism? Although I don't remember writing such a function. `avoidQuotes` is relevant only to functions, isn't it? If I understand this correctly, then...
Here's another one. Easy profit. https://github.com/benmosher/eslint-plugin-import/blob/HEAD/docs/rules/no-useless-path-segments.md
```js 'arrow-body-style': ['error', 'as-needed', { requireReturnForObjectLiteral: false }] ``` Because I've been using the `() => ({})` pattern for a long while and I am used to reading it. I...
If the body-less arrow function is short enough to be a one-liner, it seems to me that it should be a one-liner: ```js const hasFoo = (o) => o.foo !==...
@razor-x that might even be more clear... Would anyone else like to provide input?
Thank you for this suggestion and work, @christianbundy. Personally, I'd like to see more examples before I can feel about this.
I have felt into this and I'm okay with it. What would make it clear that this is desirable is how much more concise [the semicolons section in the rules...
:+1: Babel by default. :+1: Including rule name in message by default and removing `--verbose`. :+1: Pretty output by default. :+1: Built-in JSON and TAP reporters #1330 seems too large...
An ESLint editor plugin should spring into action when an ESLint configuration file is detected or when the plugin is explicitly enabled. A StandardJS Editor plugin should spring into action...
> When I'm editing code that calls standard during npm test, I'd like for my linter to use standard. I'm not sure that this would be the best way to...