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 with your favorite package manager
pnpm add -D @zmrl/eslint-config
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.