About Flint
Flint is a fast, friendly linter for JavaScript, TypeScript, and other languages in the web ecosystem. It is built as a “hybrid linter”, meaning:
- The core of Flint, as well as its lint rules, are written in TypeScript for approachability
- Language plugins may be written in native speed languages for performance
Flint’s goal is to create a seamless linting experience that is both fast and user-friendly. It is meant to include all the rules applicable to most web projects in its core, including JSON, Markdown, typed rules for JavaScript and TypeScript, and YML.
Getting Started
Section titled “Getting Started”Run flint
in an existing project to set up a new configuration file.
It will prompt you for what areas of linting you’d like to enable, create a configuration file for you, and install any new dependencies.
npx flint
pnpx flint
yarn dlx flint
Deep Dives
Section titled “Deep Dives”For more complete explanations on why Flint is experimenting with hybrid linting, read:
Made with ❤️🔥 in Boston by
Josh Goldberg and contributors.