Daniel Perez
Daniel Perez
see https://github.com/MariusAlch/json-to-ts/issues/7
I want to move the .hotel config folder to somewhere out of HOME, possibly inside .config folder, is there a way to change it? Some applications use a variable for...
It seems tstl resolve method doesn't take into account the paths option in tsconfig.json, typescript doesn't detect any error, tstl does: ### Input: ```json // tsconfig.json { "compilerOptions": { "rootDir":...
```jsx Click Me ; ; ; ```  Expected `button` ~and `Button` to have the same color~ to have some color like `Button` does, and do some coloring to the...
In a typescript project the eslint dependencies are not needed and vice versa. I mostly use lynt for typescript and don't want to have extra dependencies even on development, the...
These dependencies are not needed in runtime: - @types/cosmiconfig - @types/eslint - @types/execa - @types/meow - @types/node - @types/strip-ansi - @types/text-table - babel-eslint I could have missed some, and I'm...
## actual: ```js const schema = new Schema({ }, { id: false, }); ``` ## expected: ```js const schema = new Schema({ }, { id: false, }); ``` ## tslint:...
## Versions - Wanted System: [NixOS](https://nixos.org/) - Architecture: x86_64 ## Detection ```sh $ cat /etc/upstream-release/lsb-release cat: /etc/upstream-release/lsb-release: No such file or directory $ cat /etc/os-release BUG_REPORT_URL="https://github.com/NixOS/nixpkgs/issues" BUILD_ID="23.11pre504832.8acef304efe" DOCUMENTATION_URL="https://nixos.org/learn.html" HOME_URL="https://nixos.org/" ID=nixos...
Adds a new formatter for prettier `prettier-json-stringify` which uses prettier `json-stringify` parser. `json-stringify` parser is used by prettier for formatting package.json files
Closes https://github.com/JamieMason/ts-import-types-cli/issues/4 Adds two new flags: - --stdio - read from stdin and write to stdout - --file-path - file location to use for --stdio source code example: ``` ts-import-types...