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

@wmde/eslint-config-wikimedia-typescript

Package Overview
Dependencies
Maintainers
0
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wmde/eslint-config-wikimedia-typescript

ESLint config for TypeScript following Wikimedia code conventions.

  • 0.2.12
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
901
decreased by-45.19%
Maintainers
0
Weekly downloads
 
Created
Source

eslint-config-wikimedia-typescript

ESLint config for TypeScript following Wikimedia code conventions - the idea is to make this repository here obsolete in the medium term and upstream these rules.

Release instructions

To make a new release:

  1. Bump the version number in a pull request. (Edit package.json manually, then run npm install to update the version number in package-lock.json.) The usual commit message is “Bump version to 1.2.3”. Example pull request.

  2. Get that pull request reviewed and merged.

  3. Tag the merge commit locally. A “lightweight” tag is usually enough: git pull, then git tag v1.2.3.

  4. Push the tag. git push origin v1.2.3

  5. Turn it into a proper release on GitHub: draft a new release. Example release.

  6. Once the GitHub release is published, it should be automatically published to NPM via GitHub Actions.

  7. Submit a Gitlab change to ci-tools/libup-config to update the version of the package in releases.json. (Source; replace with an example once available.)

Keywords

FAQs

Package last updated on 09 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