New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@equisoft/tslint-config-react

Package Overview
Dependencies
Maintainers
12
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@equisoft/tslint-config-react

Equisoft's TSLint configuration, React flavor.

  • 0.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
28
decreased by-3.45%
Maintainers
12
Weekly downloads
 
Created
Source

Equisoft's TSLint configuration

This project hosts Equisoft's TSLint configuration for React project. It is aimed to be used alongside the base Equisoft's TSLint configuration, @equisoft/tslint-config.

Versioning

The versioning of this project respects semver. That means your project's package.json can caret (^) import it.

Installation

Install the libraries in your project:

yarn add --dev @equisoft/tslint-config @equisoft/tslint-config-react tslint

Then create a tslint.json file that uses Equisoft's configuration:

{
  "extends": [
    "@equisoft/tslint-config",
    "@equisoft/tslint-config-react"
  ]
}

Finally create a script in your package.json to easily run TSLint:

{
  "scripts": {
    "tslint": "tslint -p tsconfig.json 'src/**/*.{ts,tsx}'",
    "tslint:ci": "yarn tslint --format junit -o build/tests/tslint/junit.xml"
  }
}

Now you can use yarn tslint to validate the code style of your TypeScript files!

Additional steps

Read the main configuration (@equisoft/tslint-config) to get more details on how to bootstrap your TypeScript project using Equisoft's strict set of rules.

Keywords

FAQs

Package last updated on 07 Nov 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