TypeScript Mix LinterThis extension is a linter for vscode to extends typescript's and typescript-mix functionality. Please Read: TypeScript Mix — Yet Another Mixin Library DemoLinting with @use decoratorLinting with @delegate decoratorFeaturesA simple linter for the typescript-mix module which provides linting for the @use and @delegate decorators. RequirementsLooks for any module using the typescript-mix library and tries to provide linting support for the decorators. Ensure the decorators are not renamed as this library specifically looks out for the "@use" and "@delegate" decorators. |