Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-voys

Package Overview
Dependencies
Maintainers
0
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-voys

The eslint configuration for our frontend projects

  • 1.2.6
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
229
decreased by-15.19%
Maintainers
0
Weekly downloads
 
Created
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

Package last updated on 19 Aug 2024

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