Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

zmrl010/eslint-config

Repository files navigation

@zmrl/eslint-config

My ever-evolving eslint configuration.

This library was inspired by other shared configurations from from the community:

ESLint offers a new flat configuration format. While this config format isn't fully polished by the eslint team, I haven't found any issues while using it in my projects. The configs in this library are exported as flat config.

Install

Install with your favorite package manager

pnpm add -D @zmrl/eslint-config

Include

Import and include the config

import config from '@zmrl/eslint-config';

export default [config];

This package also exports a number of useful ESLint configurations for different types of projects. Check exports in package.json for a complete list. They are also available as a named import from the root package.