@pobedit/tsconfig
v0.0.1
Published
React specific linting rules for ESLint
Downloads
3
Readme
@pobedit/tsconfig
Reusable TypeScript configuration file.
Installation
Install with npm or Yarn:
npm:
npm install @pobedit/tsconfig --saveYarn:
yarn add @pobedit/tsconfigBasic usage
Add @pobedit/tsconfig to the extends section of your tsconfig.json configuration file:
{
"extends": [
"@pobedit/tsconfig"
]
}Contributing
Feel free to submit a pull request if you find any bugs. Please make sure all commits are properly documented.
Tests
npm testPublishing
npm publish --access public --verboseLicense
MIT
