About
Flint’s JSON plugin supports linting .json source code.
It comes provided with the flint npm package.
Presets
Section titled “Presets”logical
Section titled “logical”Rules that find bugs and enforce good JSON practices for most-to-all JSON files.
import { defineConfig, json } from "flint";
export default defineConfig({ use: [ { files: json.files.all, rules: json.presets.logical, }, ],});
Made with ❤️🔥 in Boston by
Josh Goldberg and contributors.