Source code

Revision control

Copy as Markdown

Other Tools

/* Any copyright is dedicated to the Public Domain.
import js from "@eslint/js";
import mozilla from "eslint-plugin-mozilla";
export default [
js.configs.recommended,
...mozilla.configs["flat/recommended"],
];