Blog / Flintable 2.0 - Still an Allman
1 min - 10 May 2025
Flintable is about to celebrate its 2nd anniversary — the perfect opportunity to introduce a major update and new features. But first, a quick recap: what was Flintable 1.0?
Flintable is a playground for exploring and experimenting with linting rules — with a focus on layout-related rules and auto-fixable suggestions. It allows you to input code and test it dynamically with individual rules or custom configurations.
4,490 visitors
748 code snippets linted
45 configurations downloaded
1 linter
1 supported language
0 plugins
100 rules
410 rule settings
Where 132 are default settings and 278 are advanced settings.
Coding Flintable also provided 3 merged pull requests to ESLint.
padding-line-between-statements
In November 2023, ESLint officially deprecated formatting rules and transitioned them to the new ESLint Stylistic project.
As a result, Flintable needed an update to stay relevant. Enter Flintable 2.0.
The second version introduces a complete redesign of the site and a wealth of new features — starting with a brand new landing page.
You can now sign in using a classic login or via GitHub Connect.
A new dashboard allows users to create and manage multiple configurations — perfect for switching between projects or workspaces.
Another dashboard helps manage various saved code samples linked to your existing configurations.
The core of Flintable remains its playground — now more powerful than ever.
With its new metrics:
1 linter
6 supported languages / frameworks
12 plugins
432 rules
6 pull requests
A new documentation section is available to help you get started with the platform. Flintable 2.0 also now works alongside a powerful companion tool: Flint.
Flint is a tool designed to streamline the development process by allowing developers to maintain their personal coding style preferences while ensuring a consistent codebase across collaborative projects. By integrating seamlessly with Git, Flint automatically formats code during git operations, keeping the remote repository clean and consistent without imposing style constraints on individual developers.
- Support for additional linters, languages and frameworks
- Pre-made configuration templates
- Update bulletins on new, deprecated, or modified rules