typescript-strict-plugin
typescript-strict-plugin copied to clipboard
Typescript plugin that allows turning on strict mode in specific files or directories.
Hi, I'm using this wonderful plugin to start the migration of my company huge codebase to typescript strict. However it makes VSCode typecheck & intellisense very slow, are you aware...
Noticed that `path/to/good` was matching `path/to/goodness-no/file.ts`, so just the prefix and not the exact directory. I will maybe add tests this weekend.
Hi, thx for this extension. I checked this plugin out a couple of months ago, and I am sure that I am not crazy and remember that it was possible...
https://github.com/allegro/typescript-strict-plugin/issues/58 Config has been extended to include `excludePattern` which uses https://github.com/isaacs/minimatch for glob pattern matching.
Hi there, I'm using neovim with the `typescript-language-server` language server. How can I see my strict violations using this language server? I use mason to manage my LSP configs, so...
Hi, coming from an angular project where normal files and test (spec) files are located next to each other it seems impossible to only check the *.ts files and skip...
Hi, I am trying to migrate to Typescript + strict mode on a legacy codebase and very interested in this project This idea is pretty similar in concept to Prettier's...
Title pretty much sums it up. Was just wondering why an error would be returned in the event that no files match the strict criteria. This may be desired behavior;...
**TypeScript Version:** 4.9.3 **Steps to reproduce crash** 1. Start using plugin typescript-tslint-plugin 2. Possible rename existing file, that used in imports in other files **Global TS Server Plugins** - `typescript-tslint-plugin`...
We use the old yarn and run the check in parallel with the build. But the output of the plugin breaks the nice order we want to see at build...