Socket
Socket
Sign inDemoInstall

@ardoq/shared-configs

Package Overview
Dependencies
10
Maintainers
12
Versions
28
Alerts
File Explorer

Advanced tools

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.


Version published
Maintainers
12
Created

Readme

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

Last updated on 16 Jun 2021

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