1.0.3 • Published 1 year ago

talenttale-eslint-config-node v1.0.3

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
1 year ago

eslint-config-node

This repo contains the common ESLint config code used by all TalentTale Node projects

release

In order to be able to see the changes you've made on this repo you will need to create a PR with the changes. Once it's approved & merged a github action will automatically bump the package.json version, publish it to the private npm registry on github, create a new tag on github & push the new package.json in a new commit (meaning your local changes will be behind the HEAD once the github action will finish)

local test

You won't want to wait for the PR to be merged in order to use/test it locally All you need to do is:

  • run yarn build and yarn link on this repository
  • go to the project you want to use it & run yarn link talenttale-eslint-config-node - this command creates a symlink in the node_modules with talenttale-eslint-config-node to this local repo
  • if you want to remove the link & use the version from registry just run yarn unlink talenttale-eslint-config-node & yarn install to install it from the registry