Skip to content

Avoid installing extra packages #33

@danielpza

Description

@danielpza

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

No one assigned

    Labels

    dependenciesThis issue is related to the Lynt's dependencies or devDependencies.eslintThis issue is exclusive to the eslint side of things.tslintThis issue is exclusive to the tslint side of things.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions