Vincent Briglia

Results 3 issues of Vincent Briglia

this is not an issue that can be fixed, but perhaps documented instead. rules and settings have a different way of merging, see way of merging for settings here: https://github.com/eslint/eslint/blob/v6.4.0/lib/cli-engine/config-array/config-array.js#L238-L273...

**Is your feature request related to a problem? Please describe.** in an independently managed lerna monorepo, sometimes you update a single component that other components depend on. In the PR...

enhancement

for the following code: ``` const x = { 1: 1, a: 2, }; const y = x['a']; // can also be written as x.a const z = x[1]; ```...

bug
help wanted