0.3.7 • Published 9 months ago

@moccona/eslint-config v0.3.7

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

@moccona/eslint-config

A simple eslint configuration

Flat

// eslint.config.js
import { config as default} from "@moccona/eslint-config/flat";

Legacy

// .eslintrc.js
const config = require("@moccona/eslint-config");
module.exports = config;