Flintable – Fixable ESLint rules Playground
Hi community! I am glad to introduce to you my latest project! What? Flintable is a playground for experimenting lint rules, focusing on fixable layout and suggestions rules. I initially focused on ESLint, the most popular JavaScript linter. Flintable allows adding your code and regularly testing it with individual rules or custom configurations, composing your own configuration file. How? I developed Flintable using the PHP Laravel framework for the server side and the Vue framework linking them with Inertia JS, accompanied by Tailwind CSS for the client side. Laravel Horizon manages the…
In plain words
Flintable is a web-based playground for testing and experimenting with ESLint rules and configurations. Developers can paste code, apply individual linting rules or custom configurations, and see results in real time. The tool helps teams understand how different ESLint rules behave before implementing them across a codebase. Built with Laravel, Vue, and Inertia JS, it features a code editor and supports composing custom configuration files for testing.
written from the facts on this page · September 2026
From the sources
In the maker’s words, at launch
Hi community! I am glad to introduce to you my latest project! What? Flintable is a playground for experimenting lint rules, focusing on fixable layout and suggestions rules. I initially focused on ESLint, the most popular JavaScript linter. Flintable allows adding your code and regularly testing it with individual rules or custom configurations, composing your own configuration file. How? I developed Flintable using the PHP Laravel framework for the server side and the Vue framework linking them with Inertia JS, accompanied by Tailwind CSS for the client side. Laravel Horizon manages the queues and jobs, while Laravel Websockets and Laravel Echo enable the dialogue between the queue and the client. I used JSON Schema via AJS and OPIS to manipulate ESLint rule schemas and vue-codemirror for the code editor within the tool. Why? Working on the same code as a team can pose challenges, especially in terms of code conventions and working environments. That's why I created Flintable, which long-term goal is to allow everyone to configure their environment to the fullest without impacting others. Thus, developers can collaborate more effectively while respecting each other's workspaces. The short-term objective of Flintable is to simplify the understanding, the discovery and manipulation of rules with ease. How it works? Select a rule in the list of rules on your right. Activate the rule. Determine some options or not. And lint with this rule or with the configuration you made [ by activating other rules ]. When you're satisfied, download your configuration file. You can also try the rules on your own code by pasting it in the code editor. Next? - Implementing more plugins, more linters, more frameworks, more languages? - Creating custom rules sought by the community? - Storing configuration files online to facilitate reuse on other projects? - Launching lint of local and remote code via a command line throughout the development process, using version control tools like Git? I am thrilled about sharing my newborn project with you and would love to hear your feedback. See you in the comments. I don't know if I can share a post from my blog here about the Flintable journey, so ask me if you want it, and I will share the link in response.
Does the same job
all alternatives →- EAExpounder – A small JavaScript library for more engaging tutorials2016 · skorokithakis.github.io · ▲134
- SJSwap.js – a JavaScript micro-framework (HTML fragments over the wire)2023 · github.com · ▲127
Hi HN! I created this lib in the need of a simple and tiny framework to easily do AJAX-style navigation / replacement of fragments in the page, in a web application. For people who don't want to use client-side-rendering and complex frameworks à la React, there are nowadays a few "HTML-over-the-wire" libraries, like HTMX, Unpoly or this super-tiny one Swap.js :) One other key thing is that no external tool is needed: no bundler, no webpack, no TypeScript compiler, no minification needed. Just write HTML, JS (+ your preferred server-side language: PHP, Python, etc.) and it works. The…
- OAOxlint – a new JavaScript linter written in Rust2023 · oxc-project.github.io · ▲15
Oxlint is a JavaScript linter designed to catch erroneous or useless code without requiring any configurations by default. Oxlint is part of the oxc project [1], which is a collection of JavaScript tools written in Rust. [1]: https://oxc-project.github.io

- EMes6_maps, new Elixir syntax feature via runtime compiler hacking2024 · github.com · ▲71
Hi HN! I thought you might enjoy this even if you don't know much about Elixir. `es6_maps` is a small library that introduces a "shorthand" map creation syntax, similar to shorthand object construction in JavaScript/TypeScript. For those unfamiliar with Elixir, the most interesting aspect might be how it achieves this. `es6_maps` takes advantage of BEAM (Erlang's VM) hot-reload capabilities to amend the Elixir compiler bytecode at runtime, adding functions that expand the shorthand syntax for further compilation. I think it's a nice showcase of the power you can wield (with care) when…
- FJFerrum.js – Rust features in JS: traits and advanced iteration2019 · github.com · ▲63
More dev tools this month
the category →



The first open-source price index for GPU compute
Dev tools · 10d ago · getcomputable.com

OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 2d ago · opentrailpaper.com

Open-source GTM skills for technical founders
Dev tools · 29d ago · gtmcofounder.com
Launched alongside, August 2023
the whole month →



Lottielab▲871Create and ship lottie animations to sites and apps faster
Dev tools · 2023 · lottielab.com
- LC
Outlines is a Python library that focuses on text generation with large language models. Brandon and I are not LLM experts and started the project a few months ago because we wanted to understand better how the generation process works. Our original background is probabilistic, relational and symbolic programming. Recently we came up with a fast way to generate text that matches a regex (https://blog.normalcomputing.ai/posts/2023-07-27-regex-guide...). The basic idea is simple: regular expressions have an equivalent Deterministic-Finite Automaton (DFA) representation. We…
AI · 2023 · github.com