-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
dependenciesThis issue is related to the Lynt's dependencies or devDependencies.This issue is related to the Lynt's dependencies or devDependencies.eslintThis issue is exclusive to the eslint side of things.This issue is exclusive to the eslint side of things.tslintThis issue is exclusive to the tslint side of things.This issue is exclusive to the tslint side of things.
Description
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 eslint configurations files are not that bad, but it also includes babel-eslint wich includes its own packages like babel-parser.
Would you consider adding an option to prevent adding eslint packages for typescript project.
I was thinking of making two extra package, lynt-ts and lynt-js, so you can opt out of using eslint in typescript projects, like
# for typescript
$ npm i lynt lynt-ts
# for js
$ npm i lynt lynt-js
I know this is an extra step but it is a short one
Metadata
Metadata
Assignees
Labels
dependenciesThis issue is related to the Lynt's dependencies or devDependencies.This issue is related to the Lynt's dependencies or devDependencies.eslintThis issue is exclusive to the eslint side of things.This issue is exclusive to the eslint side of things.tslintThis issue is exclusive to the tslint side of things.This issue is exclusive to the tslint side of things.