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

eslint-config-futu

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-futu - npm Package Compare versions

Comparing version 2.1.0-alpha.0 to 2.1.1

2

package.json
{
"name": "eslint-config-futu",
"version": "2.1.0-alpha.0",
"version": "2.1.1",
"description": "",

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

@@ -118,2 +118,5 @@ # 富途ESLint规则

### 2.1.1 2023-11-09
- 删除一个ts规则:`@typescript-eslint/no-inferrable-types`
### 2.1.0-alpha.0 2022-03-25

@@ -120,0 +123,0 @@

@@ -64,3 +64,2 @@ /**

],
'@typescript-eslint/no-inferrable-types': ['error', {'ignoreParameters': true}],
// 关闭此规则,因为eslint8之前的版本对导入的类型定义会报错 xxx is defined but never used,

@@ -67,0 +66,0 @@ // ts自己有类似的提醒,所以关闭eslint中的这个规则

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