Nicholas C. Zakas

Results 103 issues of Nicholas C. Zakas

We have a number of different projects that are using different conventions for various npm scripts. I'd like us to standardize our script names and what they for the following...

build
accepted
chore

One thing that we've been missing in our documentation is translations. Other open source projects have managed to figure this out, and now that we have a budget, it's possible...

enhancement
documentation
evaluating

With the new documentation site, we push to the `latest` branch with each release. This causes the docs to show up at `/docs/latest/` (instead of `/docs/head/`). When we do a...

documentation
build
accepted

This app helps keep dependencies up to date: https://github.com/marketplace/renovate What do we think about including this in the repo?

accepted
chore

## Background When ESLint was started, there weren't any standardized conventions for commit messages. I had a custom convention that I had used for other projects, so ESLint used that...

infrastructure
accepted
chore

PagedJS v0.2.0 I'm having an issue where I'm losing either a whole line of code or just the indent inside of a preformatted bit of text. For example, here is...

An RGB value such as rgb(100%, 50%, 75%) results in values of 255, 127.5, and 191.25, respectively. Browsers do rounding in this case. Need to figure out how they do...

**Problem:** `globalReturn` can't be used with `sourceType:module`, and right now in ESLint we will detect this combination and set `globalReturn` to `false`. Arguably, this behavior is undesirable because ESLint is...

enhancement
accepted
breaking

For ESLint, it would be awesome if we could have incremental scope generation. What I mean is that we are already doing a traversal, but right now we have to...

I'm looking at using esquery in ESLint, and it looks very close to what I need for the implementation I have in mind. The one thing that is missing is...