@l19/eslint-config
v2.0.5
Published
ESLint configuration for loichauseux projects
Downloads
838
Readme
@l19/eslint-config
Installation
Install the package from the github npm registry.
pnpm add -D @l19/eslint-config
pnpm add -D prettier
# Required if you want a typescript eslint config file (eslint.config.ts)
pnpm add -D jitiUsage
- Create a
.prettierrc.js - Create a
.editorconfig - Create an
eslint.config.{js,ts}and use the function:
import { defineESLintConfig } from "@l19/eslint-config";
export default defineESLintConfig({
//...
});