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

@updater/eslint-plugin

Package Overview
Dependencies
Maintainers
20
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@updater/eslint-plugin

ESLint rules for JavaScript at Updater

  • 1.2.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
6
decreased by-62.5%
Maintainers
20
Weekly downloads
 
Created
Source

JavaScript code style and code quality at Updater

This plugin is used to establish both code style and code quality practices for writing JavaScript at Updater. As a plugin, evolution and governance of code style is encouraged. These rules are not written in stone as they say.

Through the use of configs, this plugin can service custom implementations across teams.

Installation

You'll first need to install ESLint:

$ yarn add --dev eslint

Next, install this plugin:

$ yarn add --dev @updater/eslint-plugin

The services configuration requires Prettier, which is specified in the peerDependencies of the package.json file. Since peerDependencies will only give a warning to the user, this should also be installed in the host code repo if you are using the services config.

Usage

Extend the plugin in your .eslintrc configuration file

{
  "extends": "plugin:@updater/eslint-plugin/services"
}

Governance

The rules here are meant to change. Please issue a PR for any rule changes and they will considered, debated, and ratified among the teams it might affect. We aim to make this a painless and iterative process.

Publishing

This lib is currently not integrated into CI. To publish, increment the version in package.json and run the following

$ npm publish

Keywords

FAQs

Package last updated on 20 Nov 2019

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