Teddy Katz

Results 93 comments of Teddy Katz
trafficstars

I'm a bit concerned that this would make it more difficult to write rules, because the rules would need to have a reasonable behavior for impossible ASTs. (For example, this...

We could do that. I was under the impression that the goal was to be able to run rules when there are non-fatal errors.

This is probably part of Cloudflare's anti-DDoS measures when it detects an unusual amount of traffic to a site from a particular IP. I think we can configure the site...

This is a static site, so I think all requests are GET requests. We haven't actually had any problems with spam in the past -- I think this is just...

@kborchers Can we turn off the "Email Address Obfuscation" Cloudflare feature on `eslint.org`? It seems to be resulting in some false positives. The setting seems to be under "Scrape Shield",...

I was thinking we would support every released version (assuming the site updates would be automatic, it doesn't seem like there would be much of a disadvantage to having fine-grained...

I think before we do this, we should finish removing all the undocumented API surface from `Linter` (see https://github.com/eslint/eslint/issues/9161). I don't want people to see properties in devtools and assume...

Fair enough -- I'm just bringing these up in case we decide to enable it in the future.

This sounds reasonable to me, although as far as I know we haven't had a problem with accidentally merging breaking changes in the past. Still, it seems very plausible that...