$ npm install eslint-config-love
This is an ESLint shareable configuration.
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.
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.
$ npx eslint .
This project is developed primarily in remote mob programming format. See schedule and how to apply here.
Otherwise, see CONTRIBUTING.md
.
To ensure the continuity of this project, consider sponsoring the author.
© 2010 - cnpmjs.org x YWFE | Home | YWFE