Zachary Liu
Zachary Liu
Currently, the two ways of consuming this package have downsides: 1. The `abort-controller` export relies on the native implementation in browsers, which will not work in older browsers 2. The...
#### Describe the bug This is technically a duplicate of https://github.com/sindresorhus/got/issues/1279, but that one was closed with a user-space workaround. However, I think there is specific incorrect library behavior that...
**Describe the bug** When using the built-in native TypeScript transpiler, the `extends` field is not supported and only the explicit `compilerOptions` are used. This field is sometimes used in monorepos...
**Summary** Currently, the `RenderState` types for connectors inconsistently declare functions as either arrow functions or regular functions: https://github.com/algolia/instantsearch.js/blob/3faca014aad08145c3b4cc66a5e841da3a0f64b8/src/connectors/search-box/connectSearchBox.ts#L41 https://github.com/algolia/instantsearch.js/blob/74d98f1fcd0d3560c63e4e4dc6dfaa848eb7f5bb/src/connectors/refinement-list/connectRefinementList.ts#L111 In user code, the latter leads to spurious lint errors from...
The `deasync` module is not compatible with Electron (https://github.com/abbr/deasync/issues/81), making it impossible to use this plugin with VSCode's ESLint plugin since it errors on load. But this module is only...
Fixed a typo that was causing the plugin to ignore namespace imports like `import * as styles from './styles.module.css'`.
Adds documentation on how to load `*.module.scss` SCSS files. (https://github.com/bmatcuk/eslint-plugin-postcss-modules/issues/28)