Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@osu-cass/tslint-config

Package Overview
Dependencies
Maintainers
7
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@osu-cass/tslint-config

Oregon State University CASS shared tslint configuration

  • 2.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
7
Created
Source

@osu-cass/tslint-config

CircleCI npm (scoped) Conventional Commits semantic-release

This package contains the baseline rules for TypeScript projects at the Oregon State University Center for Applied Systems and Software. It extends the following other shareable configurations:

Usage

When starting a new project, all first you need to install the package and its dependencies:

# In your project directory
npm i -D typescript tslint tslint-language-service @osu-cass/tslint-config

# Make a TSLint config file in the same directory
echo '{ "extends": ["@osu-cass/tslint-config"] }' > tslint.json

If you'd rather instanciate the tslint.json yourself, here are the contents:

{
    "extends": ["@osu-cass/tslint-config"]
}

You should be good to go. Open an issue if you have any problems.

Updating this config

If you want to change any of the rules, either fork this repo and create a Pull Request, or (if you're a contributor) make a branch and a PR. Once your changes have been merged into master, it will be released automatically.

We enforce the use of Conventional Commits via Commitlint, so make sure you're using them as you contribute. Semantic Release relies on the types of these commits to correctly increment the release number.

You can check out the NPM page when it's released: https://www.npmjs.com/package/@osu-cass/tslint-config

FAQs

Package last updated on 31 Aug 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc