@lshay/eslint-config-flat
TypeScript icon, indicating that this package has built-in type declarations

0.0.7 • Public • Published

@lshay/eslint-config-flat

A ESLint config generator made for TypeScript projects

Getting Started

Install using the package manager of your choice.

npm i -D eslint @lshay/eslint-config-flat
pnpm i -D eslint @lshay/eslint-config-flat
yarn add -D eslint @lshay/eslint-config-flat

Create a file named eslint.config.js with the following contents.

import { createConfig } from "@lshay/eslint-config-flat"

export default createConfig({
	parserOptions: {
		project: "./tsconfig.json",
	},
	prettier: true,
})

Readme

Keywords

none

Package Sidebar

Install

npm i @lshay/eslint-config-flat

Weekly Downloads

2

Version

0.0.7

License

MIT

Unpacked Size

24.1 kB

Total Files

6

Last publish

Collaborators

  • lukeshay