Andrés C. Viesca Ruiz

Results 3 issues of Andrés C. Viesca Ruiz

### Motivation While working on creating some internal rules for the company I currently work for I realised that in this repo there are a lot of cool utilities and...

**Repro** ```JSON { "rules": { "@typescript-eslint/await-thenable": "error" } } ``` ```TS const value = 'value'; const createValue = () => 'value'; await Promise.all([value, createValue]); ``` **Expected Result** The rule should...

package: eslint-plugin
enhancement: plugin rule option
accepting prs

**Describe the issue with the specification** This might be a minor issue, but I found some Inconsistencies between [micromobility state machine diagram (v2.0.2)](https://github.com/openmobilityfoundation/mobility-data-specification/blob/2.0.2/modes/micromobility.md#state-machine-diagram) and list of transitions found [here](https://github.com/openmobilityfoundation/mobility-data-specification/blob/2.0.2/modes/micromobility.md#vehicle-state-events). The...

admin
State Machine