Closed
Description
This keeps getting asked on stackoverflow (just this morning : http://stackoverflow.com/a/39627892/390330) so thought there should be an issue to track it.
Ideation
Lots of linters do this:
- Ignore errors for regions (using inline comments
/** */
). - Ignore errors per file (configured using tsconfig or command line)
- Ignore certain error codes (configured using tsconfig or command line)
There needs to be 🚲 🏠 here so have at it 🌹
More
- I had the desire for something like this just for JS file but that went away when we got
allowJs
: Making JavaScript to TypeScript migration easier : Suppress errors #4094 ❤️ - An issue for tracking JavaScript specific error customization : Enable JavaScript specific warning behavior #6802
Metadata
Metadata
Assignees
Labels
No labels