Shahar "Dawn" Or

Results 488 comments of Shahar "Dawn" Or

@dcousens true, but it won't be JavaScript Standard Style any more! This extensions proposal allows enjoying official Standard with official extensions. These extensions will be curated to be consistent with...

It is exactly for things like React, JSX and AVA, which should not be added by default to Standard (we had React and JSX and they were removed), yet, we...

Another possible extension that I assume will be very highly used could be based on https://github.com/mysticatea/eslint-plugin-node. One could argue that this one is worthy of inclusion into core. Yet, why...

The principle of "no configuration" serves purposes: - "I easily install and move on" - "there's no discussion in the team regarding linting rules" Further, standard provides: - "I get...

This is **not about making Standard configurable**. On the contrary. The situation now is that anyone who wishes to use any *library-specific rules* goes ahead and uses `eslint` directly, extending...

For reference, Canonical is extensible: https://github.com/gajus/eslint-config-canonical#usage

This proposal has been sitting here for a while. Is an implementation PR welcome, please?

Thank you so much for your input, @swansontec.