@pentible/eslint-config
v0.114.0
Published
Pentible's standard eslint config
Readme
eslint-config
usage
npm i -D @pentible/eslint-config @pentible/eslint-config-prettiereslint.config.mjs
import { pentible, relativeIgnoreFile } from "@pentible/eslint-config";
import { pentiblePrettier } from "@pentible/eslint-config-prettier";
import { defineConfig } from "eslint/config";
const config = defineConfig([
relativeIgnoreFile(".gitignore", import.meta.url),
pentible,
pentiblePrettier,
]);
export default config;