sasstools / gulp-sass-lint

Gulp plugin for Sass Lint
MIT License
115 stars 43 forks source link

Feature Request: Mapping for Typescript #38

Open krzysztofnowak opened 8 years ago

krzysztofnowak commented 8 years ago

Gulp-sass with gulp-sass-lint is a powerful combo! I'm trying to engage it with Angular2 project built in TypeScript. Even gulpfile is done in typescript. To use your plugin in typescript, mapping is needed. Plugin gulp-sass has such mapping. Can you create one for linter?

DanPurdy commented 8 years ago

Sorry do you mean something to do with sourcemaps? Not familiar with Typescript yet.

krzysztofnowak commented 8 years ago

Typescript needs type definitions like this: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/gulp-sass/gulp-sass.d.ts

DanPurdy commented 8 years ago

I dont currently have much experience with typescript so we'd welcome PR's if anyone is interested.