eslint-config-love
A TypeScript ESLint config that loves you
Last updated 7 months ago by mightyiam .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ npm install eslint-config-love 
SYNC missed versions from official npm registry.

eslint-config-love

GitHub License main branch checks status npm Dependent repos prior to rename Dependent repos GitHub Repo stars

A TypeScript ESLint config that loves you

Description

This is an ESLint shareable configuration.

  • No framework/library-specific rules
  • Safety at the cost of verbosity
  • Convention over arbitrary choice
  • No formatting rules (please use a formatter)
  • No rules that are covered by strict TypeScript

Versioning

Any change that might require a user to make changes beyond upgrading this package is considered major. For example, rule addition are obviously major. It is expected that most version bumps will be major.

Example config

Here is an example eslint.config.cjs.

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

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 .

Contributing

This project is developed primarily in remote mob programming format. See schedule and how to apply here.

Otherwise, see CONTRIBUTING.md.

Sponsoring

To ensure the continuity of this project, consider sponsoring the author.

Current Tags

  • 64.0.0                                ...           latest (2 months ago)

33 Versions

  • 64.0.0                                ...           2 months ago
  • 63.0.0                                ...           3 months ago
  • 62.0.1                                ...           3 months ago
  • 62.0.0                                ...           4 months ago
  • 61.0.0                                ...           4 months ago
  • 60.0.0                                ...           4 months ago
  • 59.0.0                                ...           4 months ago
  • 58.0.0                                ...           4 months ago
  • 57.0.0                                ...           4 months ago
  • 56.0.0                                ...           4 months ago
  • 55.0.0                                ...           4 months ago
  • 54.0.0                                ...           4 months ago
  • 53.0.0                                ...           5 months ago
  • 52.0.0                                ...           5 months ago
  • 51.0.1                                ...           6 months ago
  • 51.0.0                                ...           6 months ago
  • 50.0.0                                ...           6 months ago
  • 49.0.0                                ...           6 months ago
  • 48.0.0                                ...           6 months ago
  • 47.0.0                                ...           7 months ago
  • 46.0.0                                ...           7 months ago
  • 45.0.0                                ...           7 months ago
  • 44.0.0                                ...           7 months ago
  • 43.1.0                                ...           8 months ago
  • 0.3.0 [deprecated]           ...           5 years ago
  • 0.2.6 [deprecated]           ...           7 years ago
  • 0.2.5 [deprecated]           ...           7 years ago
  • 0.2.4 [deprecated]           ...           7 years ago
  • 0.2.3 [deprecated]           ...           7 years ago
  • 0.2.2 [deprecated]           ...           7 years ago
  • 0.2.1 [deprecated]           ...           7 years ago
  • 0.2.0 [deprecated]           ...           7 years ago
  • 0.1.0 [deprecated]           ...           7 years ago
Maintainers (1)
Downloads
Total 0
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (2)
Dependents (1)

© 2010 - cnpmjs.org x YWFE | Home | YWFE