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

eslint-config-scm

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-scm - npm Package Compare versions

Comparing version 1.0.13 to 1.0.14

typescript.js

2

package.json
{
"name": "eslint-config-scm",
"version": "1.0.13",
"version": "1.0.14",
"description": "Common code style for scm",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -42,2 +42,7 @@ # eslint-config-scm

### typescript
```shell
npm install --save-dev eslint typescript-eslint-parser eslint-plugin-typescript
```
### Then modify config file

@@ -75,2 +80,8 @@ Make a eslint config file(recommend `.eslintrc.js`) then add the following configuration:

```
```js
// typescript
{
extends: 'scm/typescript'
}
```

@@ -77,0 +88,0 @@ # Contribution

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