0.1.16 • Published 3 years ago

@ardoq/shared-configs v0.1.16

Weekly downloads
125
License
MIT
Repository
-
Last release
3 years ago

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

0.1.12

3 years ago

0.1.13

3 years ago

0.1.14

3 years ago

0.1.15

3 years ago

0.1.16

3 years ago

0.1.11

3 years ago

0.1.10

3 years ago

0.1.8

3 years ago

0.1.6

3 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.0

4 years ago

0.1.1

4 years ago

0.0.13

4 years ago

0.0.11

4 years ago

0.0.12

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.5

4 years ago

0.0.6

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago