@madebywild/eslint-config-wild-typescript
v0.0.5
Published
wild's ESLint typescript config
Maintainers
Readme
@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-devThen, edit your projects package.json:
"eslintConfig": {
"extends": "wild-typescript"
}How to bump version:
npm version patch -m "Bumped version"
and
npm publish --access public
