zmrl010 / eslint-config

Evolving eslint configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@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.

About

Evolving eslint configuration

License:MIT License


Languages

Language:TypeScript 99.9%Language:JavaScript 0.0%Language:Shell 0.0%