Socket
Socket
Sign inDemoInstall

eslint-config-lifion

Package Overview
Dependencies
24
Maintainers
3
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    eslint-config-lifion

Lifion's ESLint config


Version published
Weekly downloads
49
increased by880%
Maintainers
3
Created
Weekly downloads
 

Changelog

Source

v3.1.0 (2023-03-14)

Readme

Source

eslint-config-lifion

npm version Contributor Covenant

This package provides Lifion's base JS .eslintrc as an extensible shared config.

Usage

Install the module and its peer dependencies:

npm install eslint-config-lifion eslint@8 prettier@2 -D

Make sure ESLint uses this module by adding "extends" to your .eslintrc file:

{
  "extends": "lifion"
}

Configure Prettier by adding this to your .prettierrc file:

{
  "endOfLine": "auto",
  "printWidth": 100,
  "singleQuote": true,
  "trailingComma": "none"
}

License

Apache-2.0

Keywords

FAQs

Last updated on 14 Mar 2023

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