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

@ardoq/shared-configs

Package Overview
Dependencies
Maintainers
12
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ardoq/shared-configs

Base configuration (ESLint, TypeScript, CircleCI etc.) for Ardoq's front-end applications.

  • 0.1.16
  • unpublished
  • latest
  • npm
  • Socket score

Version published
Maintainers
12
Created
Source

Introduction

This repo contains eslint and prettier config intended to be used in Ardoq's front-end code repositories. The config is separated into two main entry points eslint-app.js and eslint-lib.js. Application repositories should extend the former, while library repositories should extend the latter.

Usage

Consumers of this repo are expected to explicitly install the dependencies specified here. Check the peerDependencies warnings during yarn install.

Development

This repo is just a collection of configs, so development involves only updating the appropriate JS or JSON files. Make sure to run yarn install after changing deps.

Deploying changes (after a reviewed PR)

  1. Make sure your branch is rebased on top of master (after pulling the latest master)

$ git rebase master

  1. Squash any unnecessary commits

  2. Merge your changes into master

$ git checkout master && git merge <yourBranch>

  1. yarn version and bump the version number

  2. yarn publish and do not bump the version number, because you just did that.

  3. git push

Keywords

FAQs

Package last updated on 16 Jun 2021

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