-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or request.New feature or request.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.
Milestone
Description
Instead of the user needing to pass --react
, --typescript
, or --flow
flags to lynt
, I could detect this automatically.
- Add React support/rules if the user has
react
in theirpackage.json
- Add TypeScript support/rules if the user has a
tsconfig.json
file in their root project folder - Add Flow support/rules if the user has a
.flowconfig
file in their root project folder
Metadata
Metadata
Assignees
Labels
enhancementNew feature or request.New feature or request.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.