Socket
Socket
Sign inDemoInstall

eslint-config-liebe

Package Overview
Dependencies
1
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    eslint-config-liebe

*A config by the 'team liebe' or 'team love' :heartpulse: in english that lets you love your code by lending you a hand with powerful lints.*


Version published
Weekly downloads
5
Maintainers
1
Created
Weekly downloads
 

Readme

Source

ESlint config liebe npm version License

A config by the 'team liebe' or 'team love' :heartpulse: in english that lets you love your code by lending you a hand with powerful lints.

Whats included?

the configuration is splitted into logical components so that you only have to include the things you need.

liebe/base

  • eslint-config-airbnb-base
  • eslint-config-airbnb-typescript
  • eslint-import-resolver-typescript
  • eslint-plugin-eslint-comments
  • eslint-plugin-import
  • eslint-plugin-simple-import-sort
  • eslint-plugin-unicorn
  • eslint-plugin-promise
  • eslint-plugin-json
  • eslint-plugin-editorconfig

liebe/testing

  • eslint-plugin-jest

liebe/all

  • Includes all the mentioned above

Installation

npm i -D eslint-config-liebe@latest

or

yarn add -D eslint-config-liebe@latest

after that you have to install all the peerDependencies of this package by using:

npx install-peerdeps --dev eslint-config-liebe

or list them by using

npm info "eslint-config-liebe@latest" peerDependencies

Usage

Include the configs you need in your .eslintrc:

  extends: [
    'liebe/base',
    'liebe/testing',
  ],

or just

  extends: [
    'liebe/all',
  ],

Changelog

Please look at CHANGELOG or Releases for information on what has changed recently.

License

The ISC License (ISC). Please see LICENSE for more information.

Keywords

FAQs

Last updated on 21 May 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc