0.0.5 • Published 4 years ago

@madebywild/eslint-config-wild-typescript v0.0.5

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

@madebywild/eslint-config-wild-typescript

To use it in your project, you need to install this package and eslint:

npm i @madebywild/eslint-config-wild-typescript typescript eslint --save-dev

Then, edit your projects package.json:

"eslintConfig": {
  "extends": "wild-typescript"
}

How to bump version:

npm version patch -m "Bumped version"

and npm publish --access public