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

@mintlify/eslint-config-typescript

Package Overview
Dependencies
Maintainers
5
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mintlify/eslint-config-typescript - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

3

config.js

@@ -7,3 +7,6 @@ module.exports = {

"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/no-empty-function": "off", // this rule causes eslint to crash, see: https://stackoverflow.com/a/76511985/20170974
"@typescript-eslint/no-floating-promises": "error",
"@typescript-eslint/no-unnecessary-condition": "error",
},
};

2

package.json
{
"name": "@mintlify/eslint-config-typescript",
"version": "1.0.7",
"version": "1.0.8",
"description": "Mintlify shared eslint config (typescript)",

@@ -5,0 +5,0 @@ "author": "Mintlify, Inc.",

@@ -25,3 +25,3 @@ # Shared ESLint configuration (typescript)

## Add Configuration File
Create a `.eslintrc.json` file in the project root that extends
Create a `.eslintrc.json` file in the project root that extends this package.

@@ -28,0 +28,0 @@ ```

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