Victorien Elvinger

Results 85 issues of Victorien Elvinger

Hi! I am thinking about switching to *esbuild*. However I noticed a bump in the size of my projects when I switch to *esbuild*. A little investigation leads me to...

suboptimal-output

Hi there! # Why I encountered a problem in the genration of my changelog for several versions of a project. See [this issue](https://github.com/conventional-changelog/conventional-changelog/issues/213) for more details. # What I would...

In french, a non-breakable space is required before every colons.

Hi there :) *protocolbuf.js* fails to parse several schema of [Google's protobuf repository](https://github.com/protocolbuffers/protobuf). - [google/protobuf/util/message_differencer_unittest.proto](https://github.com/protocolbuffers/protobuf/blob/main/src/google/protobuf/util/message_differencer_unittest.proto) ``` Error: illegal token 'map' (line 67) ``` - [google/protobuf/unittest.proto](https://github.com/protocolbuffers/protobuf/blob/main/src/google/protobuf/unittest.proto) - [google/protobuf/unittest_custom_options.proto](https://github.com/protocolbuffers/protobuf/blob/main/src/google/protobuf/unittest_custom_options.proto) - [google/protobuf/unittest_lite.proto](https://github.com/protocolbuffers/protobuf/blob/main/src/google/protobuf/unittest_lite.proto) ```...

Hi! I would like to include some linting rules and exclude the dist directory. The `files` field seems not supported in the config file. The combination of a config file...

It could be nice to click on a participant's name to place my cursor on her/his cursor.

enhancement

## Summary Implement eslint's [no-var](https://eslint.org/docs/latest/rules/no-var). ## Test Plan Test included.

A-linter

Hi :) # XDG base dirs It could be nice to fit the [XDG basedir specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html). - If _.moc_ and _.moc/config_ don't exist then the configuration is ```${XDG_CONFIG_HOME:-$HOME/.config}/moc/config``` - Runtime...

## Summary This implements Deno Lint [noSetterReturn](https://lint.deno.land/?q=&all=on#no-setter-return). ## Test Plan Unit tests included.

A-linter
L-JavaScript