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

eslint-plugin-stronk-ts

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-stronk-ts - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"name": "eslint-plugin-stronk-ts",
"version": "0.0.2",
"version": "0.0.3",
"main": "index.js",

@@ -5,0 +5,0 @@ "license": "MIT",

# eslint-plugin-stronk-ts
Provides a set of rules for making your types stronger in TypeScript. Meant to be used in conjunction with [stronk-ts](https://github.com/trvswgnr/stronk-ts).
Provides a set of rules for making your types stronger in TypeScript. Meant to be used in
conjunction with [stronk-ts](https://github.com/trvswgnr/stronk-ts).
## Installation
```sh
npm install --save-dev eslint eslint-plugin-stronk-ts
```
## Usage
Extend the recommended ruleset in your `.eslintrc` file:
```json
{
"extends": ["plugin:stronk-ts/recommended"]
}
```
Or add `stronk-ts` to the plugins section of your `.eslintrc` configuration file. You can omit the
`eslint-plugin-` prefix:
```json
{
"plugins": ["stronk-ts"]
}
```
Configure the rules you want to use or change under the rules section:
```json
{
"rules": {
"stronk-ts/no-typeof": "off",
"stronk-ts/no-typeof-comparison": "error"
}
}
```
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