Socket
Book a DemoInstallSign in
Socket

flint

Package Overview
Dependencies
Maintainers
1
Versions
444
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flint

[Experimental] A fast, friendly linter. ❤️‍🔥

latest
Source
npmnpm
Version
0.14.0
Version published
Weekly downloads
4
-55.56%
Maintainers
1
Weekly downloads
 
Created
Source

Flint

[Experimental] A fast, friendly linter. ❤️‍🔥

🤝 Code of Conduct: Kept 📝 License: MIT 📦 npm version 💪 TypeScript: Strict

Cartoon campfire - caption: (experimental)

Flint is an experimental new linter. It's a proof-of-concept to explore the concepts in the following blog posts:

This project might go nowhere. It might show some of those ideas to be wrong. It might become a real linter. Only time will tell.

In the meantime, come talk about it on the Flint Discord.

Usage

Coming soon.

Terminal screenshot of a colored linter output. ~/repos/flint $ node bin/index.js      /Users/josh/repos/flint/src/example-lint-failures.ts   1:25  Consecutive non-null assertion operators are unnecessary.                    consecutiveNonNullAssertions   4:0   For-in loops over arrays have surprising behavior that often leads to bugs.  forInArrays  ✖ Found 2 reports across 1 file. ~/repos/flint $

FAQs

Package last updated on 19 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts