https://github.com/bigcommerce/tslint-config
Default TSLint configuration used at BigCommerce
https://github.com/bigcommerce/tslint-config
tslint tslint-config typescript
Last synced: about 1 year ago
JSON representation
Default TSLint configuration used at BigCommerce
- Host: GitHub
- URL: https://github.com/bigcommerce/tslint-config
- Owner: bigcommerce
- License: mit
- Created: 2018-04-10T07:46:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-10T17:59:25.000Z (over 6 years ago)
- Last Synced: 2024-11-03T01:05:44.611Z (over 1 year ago)
- Topics: tslint, tslint-config, typescript
- Homepage:
- Size: 86.9 KB
- Stars: 2
- Watchers: 66
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# @bigcommerce/tslint-config
This package is a configuration preset for [TSLint](https://palantir.github.io/tslint). It contains a set of rules applied to most TypeScript projects at BigCommerce.
## Install
```sh
npm install --save-dev @bigcommerce/tslint-config
```
## Usage
Add `@bigcommerce/tslint-config` to your project's TSLint configuration file. i.e.:
```json
{
"extends": "@bigcommerce/tslint-config"
}
```
If possible, try not to override the preset unless you have a special reason.
## Release
To release:
```sh
npm run release
```
Please refer to the documentation of [standard-version](https://github.com/conventional-changelog/standard-version) for more options.
## License
MIT