Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
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
Package was removed
Sorry, it seems this package was removed from the registry

@ardoq/shared-configs

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

unpublished
latest
npmnpm
Version
0.1.16
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)

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

$ git rebase master

  • Squash any unnecessary commits

  • Merge your changes into master

$ git checkout master && git merge <yourBranch>

  • yarn version and bump the version number

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

  • git push

Keywords

ardoq

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