Alvis Tang
Alvis Tang
Currently, `rollup-plugin-styles` uses `cosmiconfig` for loading postcss config file. However, it doesn't support '.ts' file out of the box. For `postcss.config.ts`, [the official recommendation](https://github.com/davidtheclark/cosmiconfig#loaders) is to supply a third party...
**By submitting this pull request, I promise I have read the [contribution guidelines](https://github.com/sindresorhus/awesome-nodejs/blob/master/contributing.md) twice and ensured my submission follows it. I realize not doing so wastes the maintainers' time that...
Presetter is a build system management tool that allows developers to reuse and manage build scripts, devDependencies and config files from presets for a typescript project. Example presets include build...
**Describe the bug** A dependency of `@sanity/base` (`react-sortable-hoc@^1.11.0`) only supports react up to v16, resulting in an installation failure when it's installed alongside `react@17`. Recommend to update it to `react-sortable-hoc@2`...
**Is your feature request related to a problem? Please describe.** Currently, `eslint-plugin-tailwindcss` automatically requires `tailwind.config.js` in CommonJS format and perform check against the config. However, if the config is in...
Encountering a bug in `json-schema-to-ts` version 3.1.0 where the handling of `additionalProperties` does not work as expected when `properties` is also provided. Instead of assigning the designated type to additional...