Skip to content

Instantly share code, notes, and snippets.

@chrisvasqm
Created June 8, 2024 20:06
Show Gist options
  • Save chrisvasqm/941215da765810b1d1fad69fe9117379 to your computer and use it in GitHub Desktop.
Save chrisvasqm/941215da765810b1d1fad69fe9117379 to your computer and use it in GitHub Desktop.
Flat ESLint Config file for JavaScript
import globals from "globals";
export default [
{
languageOptions: {
ecmaVersion: 2022,
sourceType: "module",
globals: globals.node
}
}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment