6.0.0 • Published 1 year ago

@zmrl/eslint-config v6.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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.