@tshirt-ventures/eslint-config
v3.2.2
Published
A reusable eslint plugin that can be used across various repositories in T-Shirt Ventures
Downloads
139
Keywords
Readme
README
This project contains the eslint configuration used by TShirt Ventures
Testing
You can also test this shareable config on your computer before publishing by linking your module globally. Type:
yarn link
Then, in your project that wants to use your shareable config, type:
yarn link "@tshirt-ventures/eslint-config"
Publishing
We use semantic to publish to npm
All you have to do is merge the pull request to the main branch and semantic release will create a tag in github and publish it to NPM