Théo LUDWIG
Théo LUDWIG
Hey! :wave: I'm using Node.js v16.6.1 and [email protected]. Using Ubuntu 21.04. Doing `npm install` throws an error with a status code of 1 : ```text npm ERR! code 1 npm...
## Type of Improvement Tests ## Proposal The tests in `create-fullstack-app` are weak and many things are not automated tested. We should add more robust test with `jest`, also we...
## Proposal We should use ESM imports instead of CommonJS. See: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c Blocked by microsoft/TypeScript#33079. Badly, currently `jest` doesn't support very well ESM imports, we should wait until it is...
Hello! :wave: As `markdownlint-cli2` v0.5.0 has been released, it might be time to update it in this VSCode extension, so we also benefit from the new features: > New rules,...
#### What is the current behavior? Currently, `styled-jsx` plugins can't be written with ESM imports syntax because it requires the import instead of using [dynamic import](https://wiki.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import#Dynamic_Imports) syntax. The problematic line...
Hey! :wave: It would be cool if `editorconfig-checker` would be published on other repositories than Arch, like Debian/Ubuntu repositories. Practically it would be cool that with my Ubuntu 22.04 LTS...
*I found some free time to rewrite `ts-standard`.* Fixes #102 Fixes #204 Fixes #209 Fixes #216 Fixes #217 Fixes #171 Fixes #222 This PR is a major **BREAKING CHANGE**, and...
We should use ESM imports instead of CommonJS. See: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c It would offer a smoother transition when `standard-engine` has been migrated completely to ESM, see: https://github.com/standard/standard-engine/issues/251.
I was going through the issues of `standard` in the original repo, and I saw that issue : https://github.com/standard/standard/issues/1356 **What problem do you want to solve?** I feel like `ts-standard`...
We should use ESM imports instead of CommonJS. See: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c We'll be able to merge #238, #247, and #262 (dependencies updates that only work with ESM) after this change. **Note:**...