lynt
p/lynt
A zero config linter for JS/TS/Flow/React.
Saad Quadri

lynt — A zero config linter for JS/TS/Flow/React.

2

lynt is a zero config JavaScript linter with support for React, Flow, and Typescript. It has two philosophies – no configuration required and absolutely no stylistic linting rules.

Add a comment

Replies
Best
Herman Starikov
This is cool, looks similar to XO by @sindresorhus How does this integrate with code editors?
Saad Quadri
@sindresorhus @hermanhasawish Thanks! As mentioned in the README, it's inspired by standard and xo, but with builtin support for TypeScript and Flow. Editor plugins unfortunately don't currently exist, but they are my top priority right now.