eslint-config-love
TypeScript icon, indicating that this package has built-in type declarations

48.0.0 • Public • Published

Build Status npm

A TypeScript ESLint config that loves you

Example config

Here is an example eslint.config.cjs.

module.exports = [
  {
    ...require('eslint-config-love'),
    files: ['*.js', '*.jsx', '*.ts', '*.tsx'],
  }
]

Learn how to configure ESLint.

Note: the config exported by this package sets languageOptions.parserOptions.project = true. Read about the project option here.

There are some more parserOptions you may care about.

Example command line usage:

$ npx eslint .

Package Sidebar

Install

npm i eslint-config-love

Weekly Downloads

28,270

Version

48.0.0

License

MIT

Unpacked Size

42.2 kB

Total Files

4

Last publish

Collaborators

  • mightyiam