Socket
Socket
Sign inDemoInstall

eslint-config-voys

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    eslint-config-voys

The eslint configuration for our frontend projects


Version published
Maintainers
1
Created

Readme

Source

Eslint configuration

Installation in another project

  1. Install package:
npm i -D eslint-config-voys
  1. Add to the eslint config of the consuming project:
{
  "extends": ["voys"],
  // ...rest of your eslint configuration
}

Development

  1. You can test this configuration in a consuming project by cloning this project and installing said local repository into the consuming project:
cd consuming-project
npm link ../eslint-config-voys
  1. Add to the eslint config of the consuming project:
{
  "extends": ["voys"],
  // ...rest of your eslint configuration
}

Publish a new version

Make sure you are logged in, use the spindle user within KeyHub to authenticate:

npm login

Bump the version accordingly and publish it to the NPM registry, make sure to git push the new version as well:

npm version <major | minor | patch>
npm publish
git push

Install the new version within the consuming project:

npm i -D eslint-config-voys@latest

FAQs

Last updated on 16 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