New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@inveniosoftware/eslint-config-invenio

Package Overview
Dependencies
Maintainers
4
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inveniosoftware/eslint-config-invenio

ESLint config/preset used by the Invenio team

  • 1.0.12
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
4
Created
Source

Invenio ESLint config

This is the ESLint config used by the Invenio team.

Installation

npm install --save-dev eslint-config-invenio
# if you use prettier
npm install --save-dev prettier eslint-plugin-prettier
# if you use babel
npm install --save-dev eslint-plugin-babel babel-eslint

Presets

invenio

The base config. You always want this when using this package. Requires eslint-plugin-import

invenio/prettier

Enables prettier integration. Requires prettier, eslint-config-prettier and eslint-plugin-prettier Make sure to load this after all other invenio/* presets.

For convenience, we also include a prettier config, that can be loaded by putting "eslint-config-invenio/prettier-config" in your .prettierrc.

Example .eslintrc.yml

extends:
  - '@inveniosoftware/invenio'
  - '@inveniosoftware/invenio/prettier'

parser: '@babel/eslint-parser'

Example .prettierrc

"@inveniosoftware/eslint-config-invenio/prettier-config"

Keywords

FAQs

Package last updated on 24 Jul 2023

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc