Socket
Socket
Sign inDemoInstall

@loopback/eslint-config

Package Overview
Dependencies
131
Maintainers
10
Versions
77
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @loopback/eslint-config

ESLint configuration for LoopBack projects


Version published
Weekly downloads
23K
decreased by-16.26%
Maintainers
10
Install size
9.41 MB
Created
Weekly downloads
 

Readme

Source

@loopback/eslint-config

Shared ESLint config to enforce a consistent code style for LoopBack development

Installation

npm install --save @loopback/eslint-config

npm install --save-dev \
eslint \
@typescript-eslint/eslint-plugin \
@typescript-eslint/parser \
eslint-config-prettier \
eslint-plugin-eslint-plugin \
eslint-plugin-mocha

Basic Use

Add .eslintrc.json file to your project, for example:

{
  "extends": "@loopback/eslint-config"
}

NOTE:

Due to the limitation of how ESLint plugins are loaded, the peerDependencies of this module should be added to devDependencies of your package.json.

Contributions

Contributors

See all contributors.

License

MIT

FAQs

Last updated on 17 May 2024

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