Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@mintlify/oxlint-config

Package Overview
Dependencies
Maintainers
8
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mintlify/oxlint-config - npm Package Compare versions

Comparing version
1.0.0
to
1.0.1
+3
-1
oxlintrc.json

@@ -16,2 +16,3 @@ {

],
"eslint/no-empty-pattern": "off",
"eslint/no-unused-expressions": "off",

@@ -25,4 +26,5 @@ "eslint/no-useless-catch": "off",

"typescript/no-unnecessary-condition": "error",
"typescript/no-for-in-array": "error"
"typescript/no-for-in-array": "error",
"typescript-eslint/triple-slash-reference": "off"
}
}
{
"name": "@mintlify/oxlint-config",
"version": "1.0.0",
"version": "1.0.1",
"description": "Mintlify's Oxlint configuration",

@@ -5,0 +5,0 @@ "main": "oxlintrc.json",